summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)AuthorFilesLines
2015-09-14boost->stdCaolán McNamara1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-2/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe7-31/+31
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308601 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara7-8/+8
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-2/+2
2015-05-08Fix Boolean value operationsStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-4/+4
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-8/+8
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-17/+17
2015-03-01fix indexDavid Tardon1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-4/+4
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann5-11/+11
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14coverity#1158396 Uncaught exceptionCaolán McNamara1-2/+29
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-31coverity#1158395 Uncaught exceptionCaolán McNamara1-5/+51
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin12-22/+2
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl1-1/+7
2014-10-21connectivity: firebird: use Reference for Connection where appropriateMichael Stahl3-6/+5
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl5-10/+7
2014-10-13coverity#1158396 Uncaught exceptionCaolán McNamara3-30/+47
2014-10-11connectivity: firebird: recursively delete temp directoriesMichael Stahl2-2/+13
2014-10-03loplugin: cstylecastNoel Grandin2-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
2014-09-25Add missing #include.Jan Holesovsky1-0/+2
2014-09-25ensure that osl_atomic_decrement gets called after osl_atomic_incrementCaolán McNamara1-3/+15
2014-09-25coverity#1210000 Uncaught exceptionCaolán McNamara2-199/+232
2014-07-26coverity#1079093 Uncaught exceptionCaolán McNamara1-5/+11
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara2-4/+4
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara3-18/+18
2014-06-28firebird driver: shutdown explicitely firebird on dispose of driver.Norbert Thiebaud1-0/+2
2014-06-28firebird: release driver on dispose rather than destroy.Norbert Thiebaud2-9/+4
2014-06-28firebird driver, abandon ref to about to be disposed embedded storage.Norbert Thiebaud1-0/+3
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud3-57/+76
2014-06-11Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODBJulien Nabet1-0/+1
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-1/+1
2014-06-04connectivity: fix includesThomas Arnhold1-1/+1
2014-06-01Resolves: fdo#79493 Refresh Tables option fails with FirebirdJulien Nabet2-18/+3