summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement first part of FDatabaseMetaData.feature/firebird-sdbc2Andrzej 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-114-11/+18
* Do not ask for user/password in embedded firebird.Andrzej J.R. Hunt2013-07-111-20/+0
* Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt2013-07-111-2/+22
* Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt2013-07-114-110/+177
* Fix firebird lib installation location.Andrzej J.R. Hunt2013-07-112-4/+49
* Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt2013-07-118-115/+182
* Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt2013-07-116-15/+17
* Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt2013-07-104-2/+16
* Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt2013-07-108-26/+12
* Patch Firebird to build on cygwin/msvc.Andrzej J.R. Hunt2013-07-104-4/+1258
* Patch Firebird to use LO icu.Andrzej J.R. Hunt2013-07-105-34/+72
* Setup Firebird installation / scp2 details.Andrzej J.R. Hunt2013-07-107-3/+126
* Fix checks for system libatomic_ops.Andrzej J.R. Hunt2013-07-101-6/+6
* Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt2013-07-1018-52/+182
* fb-sdbc: Pretty printing table log outputAndres Gomez2013-07-102-11/+32
* Implementing the FStatement::execute() method.Javier Fernandez2013-07-101-0/+25
* Fixed crash at FStatement disposing stage.Javier Fernandez2013-07-101-2/+6
* The VARCHAR tye requires a maximum length.Javier Fernandez2013-07-101-1/+1
* GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez2013-07-101-27/+30
* Refactoring some code on the FStatement class.Javier Fernandez2013-07-105-171/+155
* Executing again a PreparedStatement.Javier Fernandez2013-07-105-32/+44
* fb-sdbc: added extra checks in FDriverAndres Gomez2013-07-101-0/+17
* fb-sdbc: Added temporal debugging in dbaccessAndres Gomez2013-07-101-6/+12
* fb-sdbc: simplifying url comparisonAndres Gomez2013-07-101-1/+1
* fb-sdbc: Added logging supportAndres Gomez2013-07-107-61/+84
* fb-sdbc: test file moved to a generic placeAndres Gomez2013-07-101-1/+1
* Dealing with parameters in Prepared Statement.Javier Fernandez2013-07-102-13/+77
* Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez2013-07-104-18/+30
* Adding disposing bits.Javier Fernandez2013-07-104-6/+29
* using the new implementation of the PreparedStatement and ResultSet classes.Javier Fernandez2013-07-101-18/+18
* Properly implementing the ResultSet class.Javier Fernandez2013-07-102-31/+52
* Properly imñemenmting the prepared statement class.Javier Fernandez2013-07-103-100/+130
* Properly implementing the connection construction.Javier Fernandez2013-07-102-45/+35
* Implementing the ResultSet interface.Javier Fernandez2013-07-104-46/+196
* Debug info and some API methods implementation.Javier Fernandez2013-07-105-7/+305
* Added include and linking directives for building the firebird-sdbc driver.Javier Fernandez2013-07-101-0/+7
* fb-sdbc: installing lib and resources.Javier Fernandez2013-07-105-63/+24
* Firebird: initial implementation of the skeleton driver.Javier Fernandez2013-07-1043-0/+5848
* do not write attributes with 'none' for non-ISO language/countryEike Rathke2013-07-101-0/+10
* use GetMatrix instead of manually disambiguating External and normal refsNoel Power2013-07-101-5/+1
* fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna2013-07-104-2/+51