summaryrefslogtreecommitdiff
path: root/connectivity/qa
AgeCommit message (Expand)AuthorFilesLines
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-01-27tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist1-7/+7
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-13tdf#138715 remove mork driverRene Engelhard2-354/+0
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-09-25remove unused importsNoel Grandin1-1/+0
2020-06-17connectivity: fix mysql testMichael Stahl1-2/+5
2020-06-03Upcoming loplugin:elidestringvar: connectivityStephan Bergmann1-7/+3
2020-05-08compact namespace in canvas..cuiNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin2-4/+4
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen1-4/+0
2019-12-18sal_Char->char in connectivityNoel Grandin1-4/+4
2019-08-01mysqlc: Add test for textual blob typesTamas Bunth1-0/+45
2019-07-29mysqlc: Fix query of cursor position in result setTamas Bunth1-0/+41
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-05-07tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl1-0/+107
2019-04-25mysqlc: Allow conversions between different typesTamas Bunth1-0/+32
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2019-01-29mysqlc: fix timestamp query of result setTamas Bunth1-0/+36
2019-01-22mysqlc: resultset's previous() on first position..Tamas Bunth1-0/+6
2019-01-04mysqlc: Fix result set metadata related issueTamas Bunth1-0/+42
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth1-0/+2
2018-12-10fix cut and paste error in new example in JdbcLongVarCharTest.javaRene Engelhard1-2/+2
2018-12-10replace hardcoded jdbc mysql driver URL with env variableRene Engelhard1-1/+6
2018-12-09mysql_jdbc: test simultaneously opened result setsTamas Bunth1-0/+51
2018-11-24mysqlc: next() should move cursor from LastTamas Bunth1-2/+9
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth1-0/+6
2018-11-05Fix typo in codeAndrea Gelmini1-2/+2
2018-11-05mysqlc: allow multiple open statementsTamas Bunth1-0/+48
2018-10-22Add unit test for mysqlc connectorTamas Bunth1-0/+182
2018-04-14Revert HSQLDB related unit testsTamas Bunth2-213/+8
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth2-8/+213
2017-11-30Disable check for successful file deletion for nowStephan Bergmann1-1/+1
2017-11-16Delete test*.odb filesStephan Bergmann2-12/+16
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-03-19TyposJulien Nabet2-2/+2
2017-01-17remove some unused Java codeNoel Grandin1-18/+0
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-23/+0
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-07-29connectivity: fix loplugin:cppunitassertequals warningsMiklos Vajna2-36/+36
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-05-30com::sun::star->css in connectivityNoel Grandin1-1/+1
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann2-2/+2
2016-01-04these fields can be static constantsNoel Grandin1-11/+6
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-4/+4
2015-11-05java: make inner classes static where possibleNoel Grandin1-4/+4
2015-10-16convert "continue" flag to an enumNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2