summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-09use more OUStringToOStringNoel Grandin1-3/+3
2023-03-24loplugin:stringadd in c*Noel Grandin21-130/+93
2023-03-15Silence some false -Werror=dangling-referenceStephan Bergmann1-0/+7
2023-03-15Simplify AcceptsURLStephan Bergmann1-17/+6
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-11osl::Mutex->std::mutex in OSQLParserNoel Grandin2-7/+6
2023-03-11osl::Mutex->std::mutex in OConnectionPoolNoel Grandin2-5/+6
2023-03-10improve loplugin:unnecessarylockingNoel Grandin3-5/+0
2023-03-10simplify initialisation in *DatabaseMetaDataNoel Grandin3-34/+33
2023-03-08osl::Mutex->std::mutex in ParameterWrapperContainerNoel Grandin1-12/+7