summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2023-11-23tdf#158072 Fails to apply AutoFilter in Mail Merge dialogNoel Grandin3-160/+146
2023-11-20Extended loplugin:ostr: connectivityStephan Bergmann4-110/+109
2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann2-4/+8
2023-10-24loplugin:ostr (macOS)Stephan Bergmann2-5/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann3-58/+58
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: connectivityStephan Bergmann14-42/+42
2023-10-18loplugin:stringstaticStephan Bergmann3-4/+4
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann2-2/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski7-46/+21
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-10-04Replace useless throwNoSuchElementException functionJulien Nabet1-9/+3
2023-09-21Revert "tdf#117118 - Saves data automatically in Firebird embedded database"Juan C. Sanz4-53/+58
2023-09-19The name is macOS since 2016Andras Timar1-1/+1
2023-09-10using decls should come after #includeNoel Grandin3-8/+5
2023-09-01connectiviy: fix to detect column data typeHenry Castro1-0/+4
2023-09-01connectivity: add neutral context parserHenry Castro1-1/+4
2023-09-01connectivity: fix return column type "DataType::SQLNULL"Henry Castro1-1/+1
2023-08-31tdf#156816 Base handles scale on SQL type TIME as with TIMESTAMPPierre2-10/+21
2023-08-18tdf#156534 Add Firebird's DATEADD function to SQL parserjucasaca2-0/+3
2023-08-07tdf#104918 Add Firebird's DATEDIFF syntax to the sql parserjucasaca1-1/+20
2023-07-22fixing a typo in sqlbison.yjucasaca1-1/+1
2023-07-22tdf#146584: FB Setting default with ALTER TABLE works but gives useless messageJulien Nabet1-0/+1
2023-07-18Revert "tdf#155431: SQL Editor does not recognize UNSIGNED"Julien Nabet2-2/+1
2023-07-18tdf#155431: SQL Editor does not recognize UNSIGNEDJulien Nabet2-1/+2
2023-07-17tdf#118817: add WEEK, WEEKDAY, YEARDAY AND MILLISECOND for EXTRACTJulien Nabet1-0/+4
2023-06-26new loplugin:constexprliteralNoel Grandin6-10/+10
2023-06-21openldap: upgrade to release 2.6.4Taichi Haradaguchi1-3/+0
2023-06-15wrap OSQLParser::s_xLocaleData in vcl::DeleteOnDeinitNoel Grandin2-9/+8
2023-06-04Use getXWeak in connectivityMike Kaganski10-14/+11
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-5/+2
2023-05-28Typo: aCatlog->aCatalogJulien Nabet1-4/+4
2023-05-25merge some stringaddsNoel Grandin1-2/+1
2023-05-25Related tdf#155443: MySQL/MariaDB direct connect, use more of the new functionJulien Nabet1-1/+1
2023-05-25tdf#155443: MySQL/MariaDB direct connect: pb to change fieldname in tableJulien Nabet2-1/+12
2023-04-30Firebird: add info FDB/FBK use on READMEJulien Nabet1-0/+16
2023-04-25Add script to find unused using declarationsGabor Kelemen1-2/+0
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-24tdf#117118 - Saves data automatically in Firebird embedded databasejucasaca4-58/+53
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-3/+3
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+3
2023-04-20Typo: nCurentPos->nCurrentPos (connectivity/sqliterator)Julien Nabet1-3/+3
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen7-18/+0
2023-04-17Remove some unused includesMiklos Vajna1-1/+0
2023-04-17loplugin:stringviewparamStephan Bergmann2-18/+19
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-2/+2
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+1
2023-04-12OUString::intern is a relicNoel Grandin1-3/+3
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski1-1/+1
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+1