summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)Author
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#1158396 Uncaught exceptionCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-31coverity#1158395 Uncaught exceptionCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl
2014-10-21connectivity: firebird: use Reference for Connection where appropriateMichael Stahl
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl
2014-10-13coverity#1158396 Uncaught exceptionCaolán McNamara
2014-10-11connectivity: firebird: recursively delete temp directoriesMichael Stahl
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
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-26coverity#1079093 Uncaught exceptionCaolán McNamara
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
2014-06-28firebird driver: shutdown explicitely firebird on dispose of driver.Norbert Thiebaud
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-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud
2014-06-11Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODBJulien Nabet
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-06-04connectivity: fix includesThomas Arnhold
2014-06-01Resolves: fdo#79493 Refresh Tables option fails with FirebirdJulien Nabet
2014-05-31fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane
2014-05-23coverity#1103737 Uncaught exceptionCaolán McNamara
2014-05-22cppcheck: Exception should be caught by referenceThomas Arnhold
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-30firebird driver: do not assume sizeof(short) == 2Lionel Elie Mamane
2014-01-30TODO commentLionel Elie Mamane
2014-01-30fdo#74160 firebird XParameters::setString truncate to 65535 charactersLionel Elie Mamane
2014-01-28bool improvementsStephan Bergmann
2014-01-27fdo#72804 Add firebird.msg to install.Andrzej Hunt
2014-01-03WaE: C4701: potentially uninitialized local variable 'aErr' usedTor Lillqvist