summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Connection.cxx
AgeCommit message (Expand)Author
2015-05-08Fix Boolean value operationsStephan Bergmann
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl
2014-09-25Add missing #include.Jan Holesovsky
2014-09-25ensure that osl_atomic_decrement gets called after osl_atomic_incrementCaolán McNamara
2014-09-25coverity#1210000 Uncaught exceptionCaolán McNamara
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
2014-06-28firebird: release driver on dispose rather than destroy.Norbert Thiebaud
2014-06-28firebird driver, abandon ref to about to be disposed embedded storage.Norbert Thiebaud
2014-05-23coverity#1103737 Uncaught exceptionCaolán McNamara
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-18STROAGE->STORAGECaolán McNamara
2013-11-14fdo#70144 Mark database document as modified when data inserted in firebird.Andrzej J.R. Hunt
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt
2013-11-07WaE: unused variable 'sSqlStatement' [loplugin]Tor Lillqvist
2013-11-07fdo#65108 inter-module includes <>Lionel Elie Mamane
2013-11-07firebird-sdbc: replace named parameter by unnamedLionel Elie Mamane
2013-09-20Implement creation/loading of external firebird .fdbs.Andrzej J.R. Hunt
2013-09-11Sanitize and quote index identifiers for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Use throwFunctionNotSupportedException as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Keep a TempFile instead of using TempFile::CreateTempName.Andrzej J.R. Hunt
2013-09-06Use the user specific tmp directory for firebird.Andrzej J.R. Hunt
2013-09-06CID#1079053 Uncaught Exception.Andrzej J.R. Hunt
2013-09-06CID#1079054 Uncaught exception.Andrzej J.R. Hunt
2013-09-06Add error checking in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-05WaE: unused variableCaolán McNamara
2013-09-06Actually rebuild indexes in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Retrieve all char indexes for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Create Catalog to deal with sdbcx details. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Implement getTables(). (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Don't change calling convention.Andrzej J.R. Hunt
2013-08-11First chunk of skeleton sdbcx.Container. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Add error checking to commit(). (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Fix transaction creation when autocommit disabled. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Only write db to file if we are embedded. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Clear Statements as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt