summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)AuthorFilesLines
7 daysSilence strange -Warray-bounds with recent GCC 14Stephan Bergmann1-0/+8
13 daysloplugin:unusedenumconstantsNoel Grandin1-1/+0
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen78-166/+0
2024-03-24Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann3-2/+4
2024-03-08use more string_viewNoel Grandin2-10/+10
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-4/+4
2024-02-01tdf#117118 - Saves data automatically in Firebird embedded databaseJuan c. Sanz4-60/+38
2024-01-19cid#1545244 COPY_INSTEAD_OF_MOVECaolán McNamara2-4/+4
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-4/+4
2023-12-29Use emplace_back instead of push_back (connectivity/mysqlc)Julien Nabet2-24/+24
2023-12-22Use emplace_back instead of push_back (connectivity)Julien Nabet12-59/+52
2023-12-22Simplify initialization by avoiding push_backJulien Nabet1-5/+6
2023-12-04-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2023-12-03Mysql/Mariadb: implement Users::appendObject to allow users creationJulien Nabet3-5/+72
2023-12-03Mysql/Mariadb: implement Users::dropObject (so you can remove a user from UI)Julien Nabet1-2/+8
2023-12-03Mysql/Mariadb: implement changePasswordJulien Nabet1-2/+4
2023-12-02Mysql/Mariadb: implement User and ODatabaseMetaData privileges methodsJulien Nabet3-10/+151
2023-12-02Mysql/Mariadb: implement refreshUsers so get access to users admin pageJulien Nabet3-1/+140
2023-12-01tdf#158452: FB: impossible to change field to "entry required" in GUIJulien Nabet1-16/+3
2023-11-29Extended loplugin:ostr: connectivityStephan Bergmann1-2/+2
2023-11-23tdf#158072 Fails to apply AutoFilter in Mail Merge dialogNoel Grandin3-160/+146
2023-11-20Extended loplugin:ostr: connectivityStephan Bergmann3-9/+8
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 Bergmann1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: connectivityStephan Bergmann6-18/+18
2023-10-18loplugin:stringstaticStephan Bergmann3-4/+4
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski5-26/+15
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-09-21Revert "tdf#117118 - Saves data automatically in Firebird embedded database"Juan C. Sanz4-53/+58
2023-09-10using decls should come after #includeNoel Grandin2-7/+4
2023-07-22tdf#146584: FB Setting default with ALTER TABLE works but gives useless messageJulien Nabet1-0/+1
2023-06-26new loplugin:constexprliteralNoel Grandin2-3/+3
2023-06-04Use getXWeak in connectivityMike Kaganski8-12/+9
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin1-1/+2
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-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-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+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 Bergmann1-12/+13
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-03-24loplugin:stringadd in c*Noel Grandin15-74/+51