summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin6-19/+11
2018-01-24Fix some IWYU warningsMiklos Vajna3-21/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann8-26/+26
2018-01-22remove some sal_Bool remnantsNoel Grandin1-1/+1
2018-01-20loplugin:emptyif (macOS)Stephan Bergmann1-6/+0
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann8-35/+35
2018-01-19loplugin:unnecessaryparen (macOS)Stephan Bergmann1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: connectivityStephan Bergmann3-8/+8
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin3-6/+6
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann58-285/+284
2018-01-11loplugin:redundantcast: connectivityStephan Bergmann1-2/+2
2018-01-11connectivity: various small cleanups in the Writer driverMiklos Vajna5-29/+24
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
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 Mamane5-92/+3
2018-01-04firebird-sdbc: check parameter index before setting in all casesLionel Elie Mamane1-12/+16
2018-01-04loplugin:unusedfieldsNoel Grandin3-31/+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-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 Grandin52-88/+87
2017-12-19inline use-once typedefsNoel Grandin4-13/+4
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann2-2/+2
2017-12-15loplugin:salcall (macOS)Stephan Bergmann2-2/+2
2017-12-15loplugin:salcall (macOS)Stephan Bergmann5-6/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin29-41/+41
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:countusersofdefaultparams in connectivityNoel Grandin3-4/+6
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin2-2/+2
2017-12-05Replace deprecated std::bin2nd with lambda in connectivityStephan Bergmann2-2/+2