summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2018-01-11loplugin:redundantcast: connectivityStephan Bergmann1-2/+2
2018-01-11connectivity: various small cleanups in the Writer driverMiklos Vajna11-56/+52
2018-01-11(related:tdf#114939) connectivity: use real SHA1Michael Stahl1-10/+9
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-07fixup tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane1-1/+0
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2018-01-06Revert "tdf#114495: fix crash in odbc resultset dtr"Julien Nabet1-2/+1
2018-01-06tdf#114495: fix crash in odbc resultset dtrJulien Nabet1-1/+2
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane9-94/+27
2018-01-04firebird-sdbc: check parameter index before setting in all casesLionel Elie Mamane1-12/+16
2018-01-04loplugin:unusedfieldsNoel Grandin5-48/+7
2018-01-02tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2-2/+5
2018-01-02tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist2-5/+16
2018-01-01Related tdf#104942: implement setByte on firebirdJulien Nabet1-3/+4
2018-01-01Don't call getLength() on OUStringBuffer after makeStringAndClear()Tor Lillqvist1-1/+1
2017-12-30coverity#1427009 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin4-8/+8
2017-12-28tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth4-1/+19
2017-12-28Firebird: use 32 bitTamas Bunth1-1/+1
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth10-40/+262
2017-12-28tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth4-4/+19
2017-12-28tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth6-139/+245
2017-12-28firebird: return consistent (if wrong...) results for XMultipleResultsLionel Elie Mamane1-1/+1
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin94-163/+140
2017-12-19remove unused typedefsNoel Grandin2-3/+0
2017-12-19inline use-once typedefsNoel Grandin11-27/+11
2017-12-18loplugin:unusedindexMike Kaganski1-5/+3
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann3-3/+3
2017-12-15loplugin:salcall (macOS)Stephan Bergmann2-2/+2
2017-12-15loplugin:salcall (macOS)Stephan Bergmann5-6/+6
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann4-14/+14
2017-12-11loplugin:salcall fix functionsNoel Grandin39-52/+52
2017-12-11loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-12-09Firebird: check isc_blob_info errorTamas Bunth1-1/+1
2017-12-09Firebird: Revert not closing cursor,..Tamas Bunth1-0/+15
2017-12-09clean code at setObjectWithInfoTamas Bunth1-20/+14
2017-12-09tdf#70425 do not close cursor explicitlyTamas Bunth1-11/+0
2017-12-09tdf#70425 Firebird: accept integers in setDoubleTamas Bunth2-3/+31
2017-12-07loplugin:salcall handle static methodsNoel Grandin8-32/+32
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin11-30/+31
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin6-6/+6
2017-12-05Replace deprecated std::bin2nd with lambda in connectivityStephan Bergmann2-2/+2
2017-12-05loplugin:unnecessaryparenStephan Bergmann1-3/+3
2017-12-05Replace deprecated std::mem_fun et al in connectivityStephan Bergmann2-14/+14
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin15-18/+18
2017-12-05remove some unused definesNoel Grandin1-2/+0
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1