summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Replace unixODBC to iODBC that is BSD licensedAndras Timar2021-12-022-3/+3
* Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann2021-10-141-0/+6
* ofz#39301 month has to be in range [1-12]Caolán McNamara2021-09-301-3/+6
* ofz#39304 short timestamp recordCaolán McNamara2021-09-301-5/+8
* tdf#115547: Fix DB path handlingMike Kaganski2021-09-131-5/+7
* tdf#120129: don't forget to update buffer size to actual lengthMike Kaganski2021-09-111-0/+3
* Related tdf#143895: Mysql MEDIUMINT is DataType::INTEGER not DataType::SMALLINTJulien Nabet2021-08-241-2/+2
* lok: remove event listener when disposingHenry Castro2021-04-121-1/+1
* tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane2021-03-311-5/+22
* tdf#141115 semi-userfriendly message on UNION query on file driverLionel Elie Mamane2021-03-311-0/+7
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2021-03-3111-18/+23
* pgsql-sdbc: use libpq's custom free()...Lionel Elie Mamane2020-12-185-4/+13
* tdf#125957: FIREBIRD Datatype Binary(fix)[CHAR] couldn't be filled with contentJulien Nabet2020-12-061-1/+1
* tdf#137745: crash, when deleting tables and changed relationship isn't changedJulien Nabet2020-11-271-0/+5
* loplugin:stringview: Flag empty string converted to string viewStephan Bergmann2020-11-191-1/+1
* Related tdf#121886: Firebird Datatype Image(BLOB) is not working properlyJulien Nabet2020-11-182-8/+23
* tdf#121886: Firebird Datatype Image(BLOB) is not working properlyJulien Nabet2020-11-161-3/+20
* tdf#123936 Formatting files in module connectivity with clang-formatPhilipp Hofer2020-11-1323-356/+274
* New loplugin:stringviewparamStephan Bergmann2020-11-123-11/+13
* loplugin:stringviewNoel2020-11-112-2/+2
* convert more long -> tools::LongNoel2020-11-111-1/+1
* tdf#130596 FIREBIRD error in query input param when referred field is SQL_LONGJulien Nabet2020-11-081-0/+24
* tdf#135202: Mysql use openssl libs to be able to use caching_sha2_pwJulien Nabet2020-11-061-0/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-0615-20/+10
* Fix regression after aba06f2c3a39f33007a8f4e6e234254f42e01f0dJulien Nabet2020-11-023-7/+28
* tdf#121553: Firebird, fix datatypes managementJulien Nabet2020-10-313-37/+11
* tdf#137801: Firebird fix warn when changing a table having a field type BLOBJulien Nabet2020-10-291-40/+52
* Fix typosAndrea Gelmini2020-10-211-1/+1
* use tools::Long in comphelper..cuiNoel2020-10-212-5/+5
* clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann2020-10-191-3/+3
* More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann2020-10-141-2/+2
* use more TOOLS_WARN_EXCEPTIONNoel2020-10-031-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel2020-10-033-3/+6
* Use the new single-instance="true" attribute in connectivityStephan Bergmann2020-10-024-11/+7
* loplugin:reducevarscope in comphelper,connectivityNoel2020-10-019-31/+26
* Use the new single-instance="true" attribute in connectivityStephan Bergmann2020-10-013-27/+4
* Replace include list by vectorJulien Nabet2020-09-291-1/+1
* remove unused importsNoel Grandin2020-09-251-1/+0
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-221-2/+2
* update pchesCaolán McNamara2020-09-211-1/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-163-3/+11
* Drop some seemingly redundant OUString(OUString::getStr()) constructionsStephan Bergmann2020-09-052-6/+6
* TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2020-09-041-1/+1
* move Edit into toolkit only headersCaolán McNamara2020-09-021-1/+1
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+1
* Fix typo in codeAndrea Gelmini2020-08-291-4/+4
* Fix typo in codeAndrea Gelmini2020-08-291-5/+5
* Use OUString::copyStephan Bergmann2020-08-291-1/+1
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-286-14/+14
* remove some unused includes and update pchesCaolán McNamara2020-08-272-2/+3