summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2018-04-10SQL string quoting: escape "'" character also at beginning of stringLionel Elie Mamane1-1/+1
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-8/+16
2018-01-27tdf#70425 suppress error of closing closed cursorTamas Bunth1-3/+7
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2018-01-03Don't call getLength() on OUStringBuffer after makeStringAndClear()Tor Lillqvist1-1/+1
2018-01-02Related tdf#104942: implement setByte on firebirdJulien Nabet2-4/+6
2017-11-30Disable check for successful file deletion for nowStephan Bergmann1-1/+1
2017-11-23Fix an argument for SQLSetDescRec.Damjan Jovanovic1-10/+1
2017-11-23loplugin:useuniqueptr in connectivity/source/drivers/macab/Stephan Bergmann4-55/+34
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22drop duplicate methodCaolán McNamara3-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-11-18silence some coverity warningsCaolán McNamara3-3/+3
2017-11-18Assume thread encoding for ODBC status stringMike Kaganski2-4/+3
2017-11-16Delete test*.odb filesStephan Bergmann2-12/+16
2017-11-14Translate German debug stringsJohnny_M1-2/+2
2017-11-13survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara1-0/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna2-6/+6
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin2-2/+0
2017-11-07loplugin:finalclasses in connectivityNoel Grandin32-96/+63
2017-11-03Move ado_{pre,post}_sys_include.hStephan Bergmann7-10/+10
2017-11-01loplugin:constantparam in connectivityNoel Grandin14-61/+45
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann63-197/+197
2017-10-24loplugin:includeform: connectivity (macOS)Stephan Bergmann7-15/+15
2017-10-23loplugin:includeform: connectivityStephan Bergmann299-734/+734
2017-10-23overload std::hash for OUString and OStringNoel Grandin5-11/+5
2017-10-16Make include files found through -Iconnectivity/source/incStephan Bergmann2-2/+2
2017-10-13Do not cast sal_Unicode separator to sal_CharEike Rathke1-1/+1
2017-10-13Correct copypasta decimal separator as group separatorEike Rathke1-1/+1
2017-10-11connectivity writer driver: survive merged cellsMiklos Vajna1-1/+12
2017-10-09Revert "Related tdf#112947: another fix about odbc"Lionel Elie Mamane1-1/+0
2017-10-08Remove extra line added by mistakeJulien Nabet1-1/+0
2017-10-08Related tdf#112947: another fix about odbcJulien Nabet1-0/+2
2017-10-08tdf#112947: fix write to free'd memory (odbc)Julien Nabet1-0/+1
2017-10-06use more rtl::Reference in connectivityNoel Grandin4-41/+33
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-8/+9
2017-10-04add << operator for css::uno::ExceptionNoel Grandin6-11/+8
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-10-03new loplugin:blockblockNoel Grandin2-24/+20
2017-10-01throw more useful uno::Exception'sNoel Grandin10-10/+10
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-8/+8
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-09-25Fix typosAndrea Gelmini1-2/+2
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara993-3/+3
2017-09-22Fresh run of bin/update_pch.shMike Kaganski11-58/+112
2017-09-21More naming errors. There are no "Descriptions" in the SDBCX module,Damjan Jovanovic4-8/+8
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin4-74/+66
2017-09-21Fix a typo in the XServiceInfo implementationDamjan Jovanovic1-3/+2
2017-09-20unused m_nFetchSize in OResultSetNoel Grandin2-3/+1