summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Fix warnings for firebird-sdbc.feature/firebird-sdbc3Andrzej J.R. Hunt10-46/+221
2013-07-16Remove warnings for FStatement.Andrzej J.R. Hunt2-5/+13
2013-07-16Correct firebird-sdbc version number, cleanup FDriver.Andrzej J.R. Hunt1-51/+49
2013-07-15Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt7-25/+13
2013-07-14Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt1-0/+1
2013-07-12Implement first part of FDatabaseMetaData.Andrzej J.R. Hunt3-127/+128
2013-07-12Remove unnecessary catalog state (unsupported in firebird).Andrzej J.R. Hunt4-45/+23
2013-07-12Clean up and remove warnings for unsupported methods.Andrzej J.R. Hunt1-14/+9
2013-07-12Implement transaction isolation in firebird-sdbc.Andrzej J.R. Hunt2-8/+30
2013-07-12Make db location a static member variable.Andrzej J.R. Hunt2-7/+6
2013-07-12Implement readonly support in firebird-sdbc.Andrzej J.R. Hunt2-12/+14
2013-07-12Add auto-commit support to firebird-sdbc, enabled by default.Andrzej J.R. Hunt2-30/+82
2013-07-12Cleanup warnings in FConnection.Andrzej J.R. Hunt4-11/+18
2013-07-12Do not ask for user/password in embedded firebird.Andrzej J.R. Hunt1-20/+0
2013-07-12Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt1-2/+22
2013-07-12Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt4-110/+177
2013-07-12Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt7-115/+176
2013-07-12Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt4-12/+14
2013-07-12Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt1-1/+4
2013-07-12Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt5-6/+6
2013-07-12Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt1-1/+1
2013-07-12fb-sdbc: Pretty printing table log outputAndres Gomez2-11/+32
2013-07-12Implementing the FStatement::execute() method.Javier Fernandez1-0/+25
2013-07-12Fixed crash at FStatement disposing stage.Javier Fernandez1-2/+6
2013-07-12The VARCHAR tye requires a maximum length.Javier Fernandez1-1/+1
2013-07-12GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez1-27/+30
2013-07-12Refactoring some code on the FStatement class.Javier Fernandez5-171/+155
2013-07-12Executing again a PreparedStatement.Javier Fernandez5-32/+44
2013-07-12fb-sdbc: added extra checks in FDriverAndres Gomez1-0/+17
2013-07-12fb-sdbc: simplifying url comparisonAndres Gomez1-1/+1
2013-07-12fb-sdbc: Added logging supportAndres Gomez6-61/+83
2013-07-12fb-sdbc: test file moved to a generic placeAndres Gomez1-1/+1
2013-07-12Dealing with parameters in Prepared Statement.Javier Fernandez2-13/+77
2013-07-12Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez4-18/+30
2013-07-12Adding disposing bits.Javier Fernandez4-6/+29
2013-07-12using the new implementation of the PreparedStatement and ResultSet classes.Javier Fernandez1-18/+18
2013-07-12Properly implementing the ResultSet class.Javier Fernandez2-31/+52
2013-07-12Properly imñemenmting the prepared statement class.Javier Fernandez3-100/+130
2013-07-12Properly implementing the connection construction.Javier Fernandez2-45/+35
2013-07-12Implementing the ResultSet interface.Javier Fernandez4-46/+196
2013-07-12Debug info and some API methods implementation.Javier Fernandez4-7/+293
2013-07-12Added include and linking directives for building the firebird-sdbc driver.Javier Fernandez1-0/+7
2013-07-12Firebird: initial implementation of the skeleton driver.Javier Fernandez25-0/+5453
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud2-18/+14
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke1-1/+1
2013-07-11sort is ascending by defaultLionel Elie Mamane1-1/+1
2013-07-11give right function name in debug messagesLionel Elie Mamane1-1/+1
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-1/+27
2013-07-11remove unreachable code, reorganise OSL_ENSUREsLionel Elie Mamane1-7/+3
2013-07-11lcl_getColumnRange: no table range -> match 1st name-matching select columnLionel Elie Mamane1-1/+4