summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Clean up odd function definitionsStephan Bergmann1-4/+2
2022-04-20Simplify some code, use o3tl::starts_with rest argumentStephan Bergmann1-2/+1
2022-04-20loplugin:passstuffbyrefNoel Grandin29-29/+29
2022-04-20loplugin:stringviewparamStephan Bergmann2-7/+11
2022-04-15use more string_view in connectivityNoel Grandin4-7/+7
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin4-30/+39
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas2-5/+5
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-04-11use more string_viewNoel Grandin2-3/+3
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin3-8/+10
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-3/+4
2022-04-09ofz#46526 AbrtCaolán McNamara1-1/+1
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin3-9/+9
2022-04-08use more subView when converting to Int32Noel Grandin3-6/+9
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin2-5/+6
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-8/+8
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-5/+5
2022-04-01tdf#148310: Firebird: copy complete rows, CLOB field, last character lostJulien Nabet1-2/+2
2022-04-01Remove useless connectivity/source/drivers/mysqlc/DataAccess.xcuJulien Nabet1-35/+0
2022-03-29loplugin:unusedfieldsNoel Grandin2-5/+0
2022-03-25loplugin:unusedmethodsNoel Grandin7-189/+0
2022-03-25tdf#132924 - Firebird findColumn: return column alias if specifiedAndreas Heinisch1-3/+9
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski10-198/+131
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski5-10/+10
2022-03-17Remove old mysql_jdbc/mysqlc in drivers.xcuJulien Nabet2-84/+10
2022-03-16tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet1-1/+1
2022-03-15loplugin:trivialdestructor (macOS)Stephan Bergmann4-11/+0
2022-03-13Remove forgotten remnant test codeJulien Nabet1-5/+0
2022-03-12tdf#147309: Recreating a view with same name and in the same session fails (FB)Julien Nabet2-0/+9
2022-03-04cid#1500701 silence Dereference after null checkCaolán McNamara1-1/+1
2022-02-28cid#1500397 silence Resource leakCaolán McNamara1-6/+8
2022-02-27cid#1500397: Resource leakJulien Nabet1-1/+1
2022-02-26cid#1500433 Using a moved objectCaolán McNamara1-1/+1
2022-02-25tdf#145759 30.6001 -> monthDaysWithoutJanFebHossein1-4/+5
2022-02-22Fix a ODatabaseMetaDataResultSet type in evoab2Julien Nabet1-1/+1
2022-02-22Fix some ODatabaseMetaDataResultSet types in FirebirdJulien Nabet1-2/+2
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin8-15/+10
2022-02-21cid#1500693 Resource leakJulien Nabet1-1/+1
2022-02-18Simplify sequence of Property in connectivity/jdbcJulien Nabet2-44/+100
2022-02-18Simplify sequence of Property in connectivity/firebirdJulien Nabet1-25/+65
2022-02-18Simplify sequence of Property in connectivity/adoJulien Nabet3-60/+125
2022-02-18Simplify sequence of Property in connectivity/macabJulien Nabet2-47/+106
2022-02-18Simplify sequence of Property in connectivity/mysqlcJulien Nabet3-55/+33
2022-02-18Simplify even more sequence of Property in connectivity/odbcJulien Nabet3-51/+126
2022-02-18Simplify sequence of Property in connectivity/odbcJulien Nabet3-57/+61
2022-02-17Revert "ODBC: fix signatures of Bulk, SpecialColumns et NativeSQL"Julien Nabet1-4/+4
2022-02-17ODBC: fix signatures of Bulk, SpecialColumns et NativeSQLJulien Nabet1-5/+5
2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya1-5/+4
2022-02-08Drop some methods returning just a string and only used onceJulien Nabet1-17/+3
2022-02-08cid#1497933 suppress Macro compares unsigned to 0Caolán McNamara1-0/+1