summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Collapse)AuthorFilesLines
2013-07-16Fix warnings for firebird-sdbc.feature/firebird-sdbc3Andrzej J.R. Hunt10-46/+221
Mostly unused parameter warnings for unimplemented methods. Done in preparation for merging to master to allow for building with -Werror. Change-Id: Ie54f0a642189f5e221919252ec7df5897974ab95
2013-07-16Remove warnings for FStatement.Andrzej J.R. Hunt2-5/+13
Change-Id: I2969f9d7b6d5757d78aea6f9ec5602f66fd73836
2013-07-16Correct firebird-sdbc version number, cleanup FDriver.Andrzej J.R. Hunt1-51/+49
Change-Id: I9b9f13d312667ad2649ecd8f7288db5413d029a7
2013-07-15Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt3-4/+5
Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
2013-07-12Implement first part of FDatabaseMetaData.Andrzej J.R. Hunt3-127/+128
Change-Id: I6dae1f2ecf265333c121f419c0041dd7525efa9e
2013-07-12Remove unnecessary catalog state (unsupported in firebird).Andrzej J.R. Hunt4-45/+23
Change-Id: I34a7a245eb87a5b0d626be4008e2584774e82cf3
2013-07-12Clean up and remove warnings for unsupported methods.Andrzej J.R. Hunt1-14/+9
Change-Id: Id1a6c3c438c88791654ca9f301dbc7763caebeab
2013-07-12Implement transaction isolation in firebird-sdbc.Andrzej J.R. Hunt2-8/+30
Change-Id: Id18c26cbd62b2cf9573ffafcd3da0041c2d8e9c5
2013-07-12Make db location a static member variable.Andrzej J.R. Hunt2-7/+6
Change-Id: I138c18839f2816baae24ef84eb08dbb71cce2948
2013-07-12Implement readonly support in firebird-sdbc.Andrzej J.R. Hunt2-12/+14
Change-Id: Ifdb235a3772b92b7064d059700084f75d468d146
2013-07-12Add auto-commit support to firebird-sdbc, enabled by default.Andrzej J.R. Hunt2-30/+82
Change-Id: I0303cc8df281c70973ee10dd67d23757cc7bd97a
2013-07-12Cleanup warnings in FConnection.Andrzej J.R. Hunt4-11/+18
Unused parameter warnings remain as these methods are still to be implemented. Change-Id: I38ec0a895112766ecae322fdf9c07dea11e60c59
2013-07-12Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt1-2/+22
Change-Id: I2534378c48253584904d11bf049d5d4a05c300dd
2013-07-12Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt4-110/+177
Change-Id: I7e0c9abcb9822e673ba1e93c1d8bf4d177baae0f
2013-07-12Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt6-115/+128
Change-Id: I99dd3300c2a7e903bc924b15c4fea2fd3ad4abb8
2013-07-12Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt1-0/+0
Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
2013-07-12Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt1-1/+4
Change-Id: I993d7d7bacec710bb57d9e8f91d3cd01b0fbf616
2013-07-12Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt5-6/+6
Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9
2013-07-12fb-sdbc: Pretty printing table log outputAndres Gomez2-11/+32
2013-07-12Implementing the FStatement::execute() method.Javier Fernandez1-0/+25
Change-Id: I661b8247a0dfaee970b4742b1114fe085cb8f4dd
2013-07-12Fixed crash at FStatement disposing stage.Javier Fernandez1-2/+6
Change-Id: I04fb2ded38a12b8501c49ccea81ee72fc7b002d1
2013-07-12The VARCHAR tye requires a maximum length.Javier Fernandez1-1/+1
Change-Id: I410dea61c8fe904bc11c801f370d1df97e116372
2013-07-12GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez1-27/+30
Change-Id: I8dee162d25360114931ed401d6a6c512ad0c3ec6
2013-07-12Refactoring some code on the FStatement class.Javier Fernandez5-171/+155
Change-Id: Id172dde2f35538ac37b632f738fe5c2a87437832
2013-07-12Executing again a PreparedStatement.Javier Fernandez5-32/+44
Change-Id: I10afa596ed0464e14c4fd95d3a7fb687451a10b4
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
Remember that in order to enable the logging output it is needed to properly set the SAL_LOG environment variable. For example: $ SAL_LOG="+INFO.connectivity.firebird" solver/unxlngx6/installation/opt/program/soffice.bin
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
Change-Id: I1f94b7b4795c4a72ef8bf78bb032097094cda589
2013-07-12Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez4-18/+30
Change-Id: Iae8a6dac26fd7d074ece6421ae61ecf7ce047b8f
2013-07-12Adding disposing bits.Javier Fernandez4-6/+29
Change-Id: I997c23d0c0765a6929be89087330ac6616ccd28c
2013-07-12using the new implementation of the PreparedStatement and ResultSet classes.Javier Fernandez1-18/+18
Change-Id: Ic0048c0408819bcad6cf8c80121cfdd3f76dce55
2013-07-12Properly implementing the ResultSet class.Javier Fernandez2-31/+52
Change-Id: Ice2bd493cf016603d372fe7867cf1ec899f52d8b
2013-07-12Properly imñemenmting the prepared statement class.Javier Fernandez3-100/+130
Change-Id: I6788bbedb339686d3f97ecb2338994617f373803
2013-07-12Properly implementing the connection construction.Javier Fernandez2-45/+35
Change-Id: I6bb114d871697483a1a4246496f73252e5307534
2013-07-12Implementing the ResultSet interface.Javier Fernandez4-46/+196
Change-Id: I755533c5cb5af713d453b8e6ba7b734870e358a2
2013-07-12Debug info and some API methods implementation.Javier Fernandez4-7/+293
* getTypeInfo * getTables * prepared statements. Change-Id: I549f4a9468b5346e22479363fe0fb81039bc6665
2013-07-12Firebird: initial implementation of the skeleton driver.Javier Fernandez20-0/+5283
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd