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