summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)Author
2013-07-18Replace raw pointer with Reference to Statement in FResultSet.Andrzej J.R. Hunt
2013-07-18Sanitize sql strings for firebird. (Quotation marks unsupported.)Andrzej J.R. Hunt
2013-07-18Refactor FStatement to use transactions from Connection.Andrzej J.R. Hunt
2013-07-17warning C4702: unreachable codeMichael Stahl
2013-07-17Remove duplication from FSubComponent.Andrzej J.R. Hunt
2013-07-17Make m_aMutex a member variable rather than base type.Andrzej J.R. Hunt
2013-07-17Fix clang warnings in firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Don't use firebird internal headers.Andrzej J.R. Hunt
2013-07-16Fix warnings for firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Remove warnings for FStatement.Andrzej J.R. Hunt
2013-07-16Correct firebird-sdbc version number, cleanup FDriver.Andrzej J.R. Hunt
2013-07-16Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt
2013-07-16Implement first part of FDatabaseMetaData.Andrzej J.R. Hunt
2013-07-16Remove unnecessary catalog state (unsupported in firebird).Andrzej J.R. Hunt
2013-07-16Clean up and remove warnings for unsupported methods.Andrzej J.R. Hunt
2013-07-16Implement transaction isolation in firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Make db location a static member variable.Andrzej J.R. Hunt
2013-07-16Implement readonly support in firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Add auto-commit support to firebird-sdbc, enabled by default.Andrzej J.R. Hunt
2013-07-16Cleanup warnings in FConnection.Andrzej J.R. Hunt
2013-07-16Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt
2013-07-16Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt
2013-07-16Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt
2013-07-16Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt
2013-07-16Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt
2013-07-16Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt
2013-07-16fb-sdbc: Pretty printing table log outputAndres Gomez
2013-07-16Implementing the FStatement::execute() method.Javier Fernandez
2013-07-16Fixed crash at FStatement disposing stage.Javier Fernandez
2013-07-16The VARCHAR tye requires a maximum length.Javier Fernandez
2013-07-16GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez
2013-07-16Refactoring some code on the FStatement class.Javier Fernandez
2013-07-16Executing again a PreparedStatement.Javier Fernandez
2013-07-16fb-sdbc: added extra checks in FDriverAndres Gomez
2013-07-16fb-sdbc: simplifying url comparisonAndres Gomez
2013-07-16fb-sdbc: Added logging supportAndres Gomez
2013-07-16fb-sdbc: test file moved to a generic placeAndres Gomez
2013-07-16Dealing with parameters in Prepared Statement.Javier Fernandez
2013-07-16Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez
2013-07-16Adding disposing bits.Javier Fernandez
2013-07-16using the new implementation of the PreparedStatement and ResultSet classes.Javier Fernandez
2013-07-16Properly implementing the ResultSet class.Javier Fernandez
2013-07-16Properly imñemenmting the prepared statement class.Javier Fernandez
2013-07-16Properly implementing the connection construction.Javier Fernandez
2013-07-16Implementing the ResultSet interface.Javier Fernandez
2013-07-16Debug info and some API methods implementation.Javier Fernandez
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke