summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:redundantcast: connectivityStephan Bergmann2018-01-111-2/+2
* connectivity: various small cleanups in the Writer driverMiklos Vajna2018-01-1111-56/+52
* (related:tdf#114939) connectivity: use real SHA1Michael Stahl2018-01-111-10/+9
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-2/+2
* fixup tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-071-1/+0
* tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet2018-01-071-1/+1
* Revert "tdf#114495: fix crash in odbc resultset dtr"Julien Nabet2018-01-061-2/+1
* tdf#114495: fix crash in odbc resultset dtrJulien Nabet2018-01-061-1/+2
* tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-049-94/+27
* firebird-sdbc: check parameter index before setting in all casesLionel Elie Mamane2018-01-041-12/+16
* loplugin:unusedfieldsNoel Grandin2018-01-045-48/+7
* tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2018-01-022-2/+5
* tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist2018-01-022-5/+16
* Related tdf#104942: implement setByte on firebirdJulien Nabet2018-01-011-3/+4
* Don't call getLength() on OUStringBuffer after makeStringAndClear()Tor Lillqvist2018-01-011-1/+1
* coverity#1427009 Uninitialized scalar fieldCaolán McNamara2017-12-301-0/+1
* loplugin:passstuffbyref improved return in variousNoel Grandin2017-12-291-1/+1
* Fix typosAndrea Gelmini2017-12-291-1/+1
* Fix typosAndrea Gelmini2017-12-291-1/+1
* loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin2017-12-294-8/+8
* tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth2017-12-284-1/+19
* Firebird: use 32 bitTamas Bunth2017-12-281-1/+1
* tdf#104734 Firebird improve XClob implementationTamas Bunth2017-12-2810-40/+262
* tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth2017-12-284-4/+19
* tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth2017-12-286-139/+245
* firebird: return consistent (if wrong...) results for XMultipleResultsLionel Elie Mamane2017-12-281-1/+1
* inline typedefs in connectivity/StdTypeDefsNoel Grandin2017-12-2094-163/+140
* remove unused typedefsNoel Grandin2017-12-192-3/+0
* inline use-once typedefsNoel Grandin2017-12-1911-27/+11
* loplugin:unusedindexMike Kaganski2017-12-181-5/+3
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-153-3/+3
* loplugin:salcall (macOS)Stephan Bergmann2017-12-152-2/+2
* loplugin:salcall (macOS)Stephan Bergmann2017-12-155-6/+6
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-144-14/+14
* loplugin:salcall fix functionsNoel Grandin2017-12-1139-52/+52
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-12-111-1/+1
* Firebird: check isc_blob_info errorTamas Bunth2017-12-091-1/+1
* Firebird: Revert not closing cursor,..Tamas Bunth2017-12-091-0/+15
* clean code at setObjectWithInfoTamas Bunth2017-12-091-20/+14
* tdf#70425 do not close cursor explicitlyTamas Bunth2017-12-091-11/+0
* tdf#70425 Firebird: accept integers in setDoubleTamas Bunth2017-12-092-3/+31
* loplugin:salcall handle static methodsNoel Grandin2017-12-078-32/+32
* loplugin:countusersofdefaultparams in connectivityNoel Grandin2017-12-0711-30/+31
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-066-6/+6
* Replace deprecated std::bin2nd with lambda in connectivityStephan Bergmann2017-12-052-2/+2
* loplugin:unnecessaryparenStephan Bergmann2017-12-051-3/+3
* Replace deprecated std::mem_fun et al in connectivityStephan Bergmann2017-12-052-14/+14
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0515-18/+18
* remove some unused definesNoel Grandin2017-12-051-2/+0
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1