summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-16libfbembed depends on firebird being enabled.Andrzej J.R. Hunt
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl
2013-07-16fix misleading typos in librelogo/changelogLászló Németh
2013-07-16fix build with system poppler-0.23.0Petr Mladek
2013-07-16Fix warnings for firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Remove warnings for FStatement.Andrzej J.R. Hunt
2013-07-16Correct firebird-sdbc version number, cleanup FDriver.Andrzej J.R. Hunt
2013-07-16Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt
2013-07-16Fix --disable-firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Patch firebird to build on Mac.Andrzej J.R. Hunt
2013-07-16Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt
2013-07-16Fix libicuin naming in firebird cygwin patch.Andrzej J.R. Hunt
2013-07-16Implement first part of FDatabaseMetaData.Andrzej J.R. Hunt
2013-07-16Cleanup firebird build files.Andrzej J.R. Hunt
2013-07-16Enable firebird by default, disable as default embedded driver.Andrzej J.R. Hunt
2013-07-16Remove unnecessary catalog state (unsupported in firebird).Andrzej J.R. Hunt
2013-07-16Clean up and remove warnings for unsupported methods.Andrzej J.R. Hunt
2013-07-16Implement transaction isolation in firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Make db location a static member variable.Andrzej J.R. Hunt
2013-07-16Implement readonly support in firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Add auto-commit support to firebird-sdbc, enabled by default.Andrzej J.R. Hunt
2013-07-16Cleanup warnings in FConnection.Andrzej J.R. Hunt
2013-07-16Do not ask for user/password in embedded firebird.Andrzej J.R. Hunt
2013-07-16Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt
2013-07-16Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt
2013-07-16Fix firebird lib installation location.Andrzej J.R. Hunt
2013-07-16Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt
2013-07-16Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt
2013-07-16Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt
2013-07-16Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt
2013-07-16Patch Firebird to build on cygwin/msvc.Andrzej J.R. Hunt
2013-07-16Patch Firebird to use LO icu.Andrzej J.R. Hunt
2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt
2013-07-16Fix checks for system libatomic_ops.Andrzej J.R. Hunt
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt
2013-07-16fb-sdbc: Pretty printing table log outputAndres Gomez
2013-07-16Implementing the FStatement::execute() method.Javier Fernandez
2013-07-16Fixed crash at FStatement disposing stage.Javier Fernandez
2013-07-16The VARCHAR tye requires a maximum length.Javier Fernandez
2013-07-16GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez
2013-07-16Refactoring some code on the FStatement class.Javier Fernandez
2013-07-16Executing again a PreparedStatement.Javier Fernandez
2013-07-16fb-sdbc: added extra checks in FDriverAndres Gomez
2013-07-16fb-sdbc: Added temporal debugging in dbaccessAndres Gomez
2013-07-16fb-sdbc: simplifying url comparisonAndres Gomez
2013-07-16fb-sdbc: Added logging supportAndres Gomez
2013-07-16fb-sdbc: test file moved to a generic placeAndres Gomez
2013-07-16Dealing with parameters in Prepared Statement.Javier Fernandez
2013-07-16Adding debug info for tracking disposes and fixed a memory allocation bug.Javier Fernandez
2013-07-16Adding disposing bits.Javier Fernandez