summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-11loplugin:redundantcast: connectivityStephan Bergmann
2018-01-11connectivity: various small cleanups in the Writer driverMiklos Vajna
2018-01-11(related:tdf#114939) connectivity: use real SHA1Michael Stahl
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-07fixup tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet
2018-01-06Revert "tdf#114495: fix crash in odbc resultset dtr"Julien Nabet
2018-01-06tdf#114495: fix crash in odbc resultset dtrJulien Nabet
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2018-01-04firebird-sdbc: check parameter index before setting in all casesLionel Elie Mamane
2018-01-04loplugin:unusedfieldsNoel Grandin
2018-01-02tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist
2018-01-02tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist
2018-01-01Related tdf#104942: implement setByte on firebirdJulien Nabet
2018-01-01Don't call getLength() on OUStringBuffer after makeStringAndClear()Tor Lillqvist
2017-12-30coverity#1427009 Uninitialized scalar fieldCaolán McNamara
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-29Fix typosAndrea Gelmini
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin
2017-12-28tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth
2017-12-28Firebird: use 32 bitTamas Bunth
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth
2017-12-28tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth
2017-12-28tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth
2017-12-28firebird: return consistent (if wrong...) results for XMultipleResultsLionel Elie Mamane
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-12-19remove unused typedefsNoel Grandin
2017-12-19inline use-once typedefsNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-11loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-12-09Firebird: check isc_blob_info errorTamas Bunth
2017-12-09Firebird: Revert not closing cursor,..Tamas Bunth
2017-12-09clean code at setObjectWithInfoTamas Bunth
2017-12-09tdf#70425 do not close cursor explicitlyTamas Bunth
2017-12-09tdf#70425 Firebird: accept integers in setDoubleTamas Bunth
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05Replace deprecated std::bin2nd with lambda in connectivityStephan Bergmann