summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
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-16Further firebird-sdbc windows build fixes.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-16Do not ask for user/password in embedded firebird.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-16Build firebird 2.5 internally. Also adds libatomic_ops.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-16Added include and linking directives for building the firebird-sdbc driver.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
2013-07-11sort is ascending by defaultLionel Elie Mamane
2013-07-11give right function name in debug messagesLionel Elie Mamane
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane
2013-07-11remove unreachable code, reorganise OSL_ENSUREsLionel Elie Mamane