summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2023-12-02tdf#158452: FB: impossible to change field to "entry required" in GUIJulien Nabet1-16/+3
2023-11-23tdf#158072 Fails to apply AutoFilter in Mail Merge dialogNoel Grandin3-160/+146
2023-10-25connectiviy: fix to detect column data typeHenry Castro1-0/+4
2023-10-25connectivity: add neutral context parserHenry Castro1-1/+4
2023-10-25connectivity: fix return column type "DataType::SQLNULL"Henry Castro1-1/+1
2023-09-21Revert "tdf#117118 - Saves data automatically in Firebird embedded database"Juan C. Sanz4-53/+58
2023-08-22tdf#156534 Add Firebird's DATEADD function to SQL parserjucasaca2-0/+3
2023-08-15tdf#104918 Add Firebird's DATEDIFF syntax to the sql parserjucasaca1-1/+20
2023-08-01fixing a typo in sqlbison.yjucasaca1-1/+1
2023-07-25openldap: upgrade to release 2.6.4Taichi Haradaguchi1-3/+0
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
2023-02-28Drop 'using namespace ::std' in Windows-specific filesGabor Kelemen1-1/+0
2023-02-22osl::Mutex->std::mutex in OSQLParseNodesContainerNoel Grandin1-4/+6
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen3-4/+1
2023-02-14disable script dumpCaolán McNamara1-0/+31
2023-01-16XUnoTunnel->dynamic_cast in file::OResultSetNoel Grandin3-20/+2
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin47-325/+28
2022-12-06Resolves: tdf#152381 Treat 0-0-0 invalid date as 0 relative daysEike Rathke1-0/+16
2022-11-22Resolves: tdf#152114 Use comphelper::date algorithmsEike Rathke1-91/+4
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin1-2/+1