summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2021-12-072-27/+0
* fix mysqlc test after Sequence::operator[] changeNoel Grandin2021-11-301-5/+6
* use more OInterfaceContainerHelper3 in connectivity::sdbcx::OCollectionNoel Grandin2021-11-274-10/+10
* use more OInterfaceContainerHelper3 in dbtools::ParameterManagerNoel Grandin2021-11-271-2/+2
* stldebug assert in bad sort of postgresql schemasCaolán McNamara2021-11-251-1/+1
* loplugin:stringliteraldefine in connectivityNoel Grandin2021-11-244-59/+64
* tdf#114441 Change use of sal_uInt32 to sal_Int32Henrik Palomäki2021-11-231-1/+1
* tdf#114441 Convert use of sal_uLong to sal_uInt32Henrik Palomäki2021-11-231-1/+1
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-2312-16/+16
* remove ORowSetValue implicit conversion methodsNoel Grandin2021-11-2325-179/+237
* tdf#145714: teach "mediumblob" to Mysql/MariaDB part in LOJulien Nabet2021-11-203-7/+36
* tdf#145205: Mysql/MariaDB, display BIT instead of DATE when its a BIT fieldJulien Nabet2021-11-181-3/+4
* Replace GET_PARAM in ado/ACallableStatement.cxx (connectivity)Julien Nabet2021-11-141-18/+48
* Replace VISIT_PARAMETER in commontools/parameters.cxx (connectivity)Julien Nabet2021-11-141-31/+132
* Replace SYM_MAP in evoab2/EApi.cxx (connectivity)Julien Nabet2021-11-141-44/+40
* Replace REGISTER_PROP in connectivity/evoab2Julien Nabet2021-11-122-30/+90
* Drop char*-based API from NamedValueCollectionMike Kaganski2021-11-021-3/+3
* Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski2021-10-2920-105/+78
* loplugin:indentation (macOS)Stephan Bergmann2021-10-252-91/+91
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-202-30/+30
* tdf#145203: FIREBIRD cannot create a tableJulien Nabet2021-10-191-1/+1
* Use MsLangId::getConfiguredSystemLanguage()Eike Rathke2021-10-191-1/+1
* Simplify vector initialization in connectivityJulien Nabet2021-10-151-28/+14
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-155-10/+7
* use std::vector::insert instead of push_backNoel Grandin2021-10-141-4/+1
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-145-10/+14
* loplugin:moveparam in variousNoel Grandin2021-10-123-4/+4
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-113-8/+5
* loplugin:moveparam in connectivityNoel Grandin2021-10-0817-43/+43
* tdf#85148 New option on database wizard to connect to Firebird Serverjucasaca2021-10-071-2/+7
* ofz: Integer-overflowCaolán McNamara2021-10-071-2/+2
* loplugin:moveparam in connectivityNoel Grandin2021-10-0619-52/+53
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-032-2/+2
* ofz#39515 avoid Integer-overflowCaolán McNamara2021-10-021-2/+8
* loplugin:constmethodNoel Grandin2021-10-012-7/+6
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-3/+3
* "is missing" has gone missingStephan Bergmann2021-09-291-1/+2
* this scoping detracts from readabilityCaolán McNamara2021-09-291-6/+3
* ofz#39403 avoid Integer-overflowCaolán McNamara2021-09-291-2/+2
* Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann2021-09-281-10/+5
* Fix typosAndrea Gelmini2021-09-282-2/+2
* ofz: Integer-overflow in lcl_CalDateCaolán McNamara2021-09-281-8/+8
* fetch the column names once and keep it up to date as new names insertedCaolán McNamara2021-09-271-2/+6
* pass the column names in as an external argumentCaolán McNamara2021-09-271-13/+11
* split getUniqueColumnNameCaolán McNamara2021-09-271-1/+10
* appendColumns is always called with m_aSelectColumns as 1st argCaolán McNamara2021-09-271-4/+4
* setSelectColumnName is always called with m_aSelectColumns as 1st argCaolán McNamara2021-09-271-13/+11
* ofz#39309 collect the names just onceCaolán McNamara2021-09-271-15/+13
* ofz#39304 short timestamp recordCaolán McNamara2021-09-261-5/+8
* ofz#39301 month has to be in range [1-12]Caolán McNamara2021-09-261-3/+6