summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2022-01-05tdf#146471: Firebird: impossible to delete an external tableJulien Nabet1-2/+5
2022-01-04tdf#146432: fix crash with REGEXP_REPLACE() executed in query editor to MariaDBJulien Nabet2-2/+33
2022-01-04tdf#134982: use the right protocol for Mysql/MariadbKrzysztof Hałasa1-3/+7
2021-12-27tdf#130595: Parameter query with :parameter IS NULL doesn't workJulien Nabet1-0/+6
2021-12-27Related tdf#130595: SQL_NULL means pVar->sqldata = nullptrJulien Nabet1-2/+4
2021-12-19Regression from e01786898406130aa81eadc32f7bc2fad65c5344Julien Nabet1-1/+1
2021-12-16tdf#137101: fix e_book_client_connect_direct_sync signature in EvolutionJulien Nabet4-263/+39
2021-12-13Fix regression in connectivity/evoab2Julien Nabet1-2/+2
2021-11-30fix mysqlc test after Sequence::operator[] changeNoel Grandin1-5/+6
2021-11-25stldebug assert in bad sort of postgresql schemasCaolán McNamara1-1/+1
2021-11-24loplugin:stringliteraldefine in connectivityNoel Grandin4-59/+64
2021-11-23tdf#114441 Change use of sal_uInt32 to sal_Int32Henrik Palomäki1-1/+1
2021-11-23tdf#114441 Convert use of sal_uLong to sal_uInt32Henrik Palomäki1-1/+1
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin12-16/+16
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin25-179/+237
2021-11-20tdf#145714: teach "mediumblob" to Mysql/MariaDB part in LOJulien Nabet3-7/+36
2021-11-18tdf#145205: Mysql/MariaDB, display BIT instead of DATE when its a BIT fieldJulien Nabet1-3/+4
2021-11-14Replace GET_PARAM in ado/ACallableStatement.cxx (connectivity)Julien Nabet1-18/+48
2021-11-14Replace VISIT_PARAMETER in commontools/parameters.cxx (connectivity)Julien Nabet1-31/+132
2021-11-14Replace SYM_MAP in evoab2/EApi.cxx (connectivity)Julien Nabet1-44/+40
2021-11-12Replace REGISTER_PROP in connectivity/evoab2Julien Nabet2-30/+90
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski20-105/+78
2021-10-25loplugin:indentation (macOS)Stephan Bergmann2-91/+91
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin2-30/+30
2021-10-19tdf#145203: FIREBIRD cannot create a tableJulien Nabet1-1/+1
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-1/+1
2021-10-15Simplify vector initialization in connectivityJulien Nabet1-28/+14
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski5-10/+7
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-10/+14
2021-10-12loplugin:moveparam in variousNoel Grandin3-4/+4
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann3-8/+5
2021-10-08loplugin:moveparam in connectivityNoel Grandin17-43/+43
2021-10-07tdf#85148 New option on database wizard to connect to Firebird Serverjucasaca1-2/+7
2021-10-07ofz: Integer-overflowCaolán McNamara1-2/+2
2021-10-06loplugin:moveparam in connectivityNoel Grandin19-52/+53
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-2/+2
2021-10-02ofz#39515 avoid Integer-overflowCaolán McNamara1-2/+8
2021-10-01loplugin:constmethodNoel Grandin2-7/+6
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-3/+3
2021-09-29"is missing" has gone missingStephan Bergmann1-1/+2
2021-09-29this scoping detracts from readabilityCaolán McNamara1-6/+3
2021-09-29ofz#39403 avoid Integer-overflowCaolán McNamara1-2/+2
2021-09-28Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann1-10/+5
2021-09-28Fix typosAndrea Gelmini2-2/+2
2021-09-28ofz: Integer-overflow in lcl_CalDateCaolán McNamara1-8/+8
2021-09-27fetch the column names once and keep it up to date as new names insertedCaolán McNamara1-2/+6
2021-09-27pass the column names in as an external argumentCaolán McNamara1-13/+11
2021-09-27split getUniqueColumnNameCaolán McNamara1-1/+10