summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings for firebird-sdbc.feature/firebird-sdbc3Andrzej J.R. Hunt2013-07-1610-46/+221
* Remove warnings for FStatement.Andrzej J.R. Hunt2013-07-162-5/+13
* Correct firebird-sdbc version number, cleanup FDriver.Andrzej J.R. Hunt2013-07-161-51/+49
* Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt2013-07-1512-36/+24
* Fix --disable-firebird-sdbc.Andrzej J.R. Hunt2013-07-153-22/+4
* Patch firebird to build on Mac.Andrzej J.R. Hunt2013-07-155-2/+171
* Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt2013-07-142-4/+1
* Fix libicuin naming in firebird cygwin patch.Andrzej J.R. Hunt2013-07-121-1/+1
* Implement first part of FDatabaseMetaData.Andrzej J.R. Hunt2013-07-123-127/+128
* Cleanup firebird build files.Andrzej J.R. Hunt2013-07-123-34/+0
* Enable firebird by default, disable as default embedded driver.Andrzej J.R. Hunt2013-07-122-18/+4
* Remove unnecessary catalog state (unsupported in firebird).Andrzej J.R. Hunt2013-07-124-45/+23
* Clean up and remove warnings for unsupported methods.Andrzej J.R. Hunt2013-07-121-14/+9
* Implement transaction isolation in firebird-sdbc.Andrzej J.R. Hunt2013-07-122-8/+30
* Make db location a static member variable.Andrzej J.R. Hunt2013-07-122-7/+6
* Implement readonly support in firebird-sdbc.Andrzej J.R. Hunt2013-07-122-12/+14
* Add auto-commit support to firebird-sdbc, enabled by default.Andrzej J.R. Hunt2013-07-122-30/+82
* Cleanup warnings in FConnection.Andrzej J.R. Hunt2013-07-124-11/+18
* Do not ask for user/password in embedded firebird.Andrzej J.R. Hunt2013-07-121-20/+0
* Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt2013-07-121-2/+22
* Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt2013-07-124-110/+177
* Fix firebird lib installation location.Andrzej J.R. Hunt2013-07-122-4/+49
* Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt2013-07-128-115/+182
* Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt2013-07-126-15/+17
* Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt2013-07-124-2/+16
* Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt2013-07-128-26/+12
* Patch Firebird to build on cygwin/msvc.Andrzej J.R. Hunt2013-07-124-4/+1258
* Patch Firebird to use LO icu.Andrzej J.R. Hunt2013-07-125-34/+72
* Setup Firebird installation / scp2 details.Andrzej J.R. Hunt2013-07-127-3/+126
* Fix checks for system libatomic_ops.Andrzej J.R. Hunt2013-07-121-6/+6
* Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt2013-07-1218-52/+182
* fb-sdbc: Pretty printing table log outputAndres Gomez2013-07-122-11/+32
* Implementing the FStatement::execute() method.Javier Fernandez2013-07-121-0/+25
* Fixed crash at FStatement disposing stage.Javier Fernandez2013-07-121-2/+6
* The VARCHAR tye requires a maximum length.Javier Fernandez2013-07-121-1/+1
* GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez2013-07-121-27/+30
* Refactoring some code on the FStatement class.Javier Fernandez2013-07-125-171/+155
* Executing again a PreparedStatement.Javier Fernandez2013-07-125-32/+44
* fb-sdbc: added extra checks in FDriverAndres Gomez2013-07-121-0/+17
* fb-sdbc: Added temporal debugging in dbaccessAndres Gomez2013-07-121-6/+12
* fb-sdbc: simplifying url comparisonAndres Gomez2013-07-121-1/+1
* fb-sdbc: Added logging supportAndres Gomez2013-07-127-61/+84
* fb-sdbc: test file moved to a generic placeAndres Gomez2013-07-121-1/+1
* Dealing with parameters in Prepared Statement.Javier Fernandez2013-07-122-13/+77
* Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez2013-07-124-18/+30
* Adding disposing bits.Javier Fernandez2013-07-124-6/+29
* using the new implementation of the PreparedStatement and ResultSet classes.Javier Fernandez2013-07-121-18/+18
* Properly implementing the ResultSet class.Javier Fernandez2013-07-122-31/+52
* Properly imñemenmting the prepared statement class.Javier Fernandez2013-07-123-100/+130
* Properly implementing the connection construction.Javier Fernandez2013-07-122-45/+35