summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
* mysqlc: filter schema in getColumnsTamas Bunth2018-11-011-4/+12
* mysqlc: Add support for mediumnint and char typesTamas Bunth2018-10-311-2/+2
* loplugin:oncevarNoel Grandin2018-10-291-4/+2
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-1/+0
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-264-1/+3
* loplugin:unusedmethodsNoel Grandin2018-10-252-8/+0
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2438-524/+507
* Add 5 properties to not pass to JDBC driverJulien Nabet2018-10-241-0/+5
* clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2018-10-2310-14/+13
* pvs-studio: V571 Recurring checkCaolán McNamara2018-10-221-8/+5
* pvs-studio: Expression 'condition == MQueryExpression::AND' is always true.Caolán McNamara2018-10-211-3/+2
* queryComplete is always trueCaolán McNamara2018-10-213-33/+3
* pvs-studio: Expression '_par0 > 0' is always true.Caolán McNamara2018-10-211-6/+3
* pvs-studio: Not all members of a class are initialized inside the constructorCaolán McNamara2018-10-211-0/+6
* copy and paste errorCaolán McNamara2018-10-201-1/+1
* clang-tidy readability-delete-null-pointerNoel Grandin2018-10-201-2/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-1910-25/+25
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-192-3/+3
* clang-tidy modernize-redundant-void-argNoel Grandin2018-10-191-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-183-15/+3
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-178-27/+21
* loplugin:staticvar in avmedia..connectivityNoel Grandin2018-10-173-3/+3
* loplugin:singlevalfieldsNoel Grandin2018-10-172-15/+1
* Fix typosAndrea Gelmini2018-10-151-1/+1
* loplugin:simplifyconstructNoel Grandin2018-10-151-1/+1
* fix missing includeNoel Grandin2018-10-151-0/+1
* add SvStream::TellEndNoel Grandin2018-10-152-6/+5
* Revert removal of mysql jdbc connectorTamas Bunth2018-10-1410-0/+1857
* Missing include (Windows --disable-pch)Stephan Bergmann2018-10-101-0/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-093-5/+5
* cppcheck: variableScopeJochen Nitschke2018-10-082-3/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-0811-0/+12
* remove remainders of mysqlc extension filesAndras Timar2018-09-293-66/+0
* Fix typoAndrea Gelmini2018-09-291-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-242-0/+2
* new loplugin:methodcyclesNoel Grandin2018-09-211-67/+0
* Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2018-09-208-464/+456
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-173-5/+1
* New loplugin:externalStephan Bergmann2018-09-1718-35/+38
* loplugin:simplifyconstruct (macOS)Stephan Bergmann2018-09-143-3/+2
* mysqlc: fix XPreparedStatement::setTimestampTamas Bunth2018-09-131-1/+2
* mysqlc: prep stmt: check if cursor out of rangeTamas Bunth2018-09-131-0/+3
* mysqlc: Fix XResultSet::absolute and previousTamas Bunth2018-09-131-1/+4
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-132-0/+2
* -Werror,-Wunused-macros (clang-cl)Stephan Bergmann2018-09-111-4/+0
* loplugin:unusedmethodsNoel Grandin2018-09-119-68/+5
* loplugin:constantparamNoel Grandin2018-09-111-4/+2
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-1018-0/+19
* Fix typosAndrea Gelmini2018-09-081-3/+3
* mysqlc: ensure cursor is not out of rangeTamas Bunth2018-09-072-22/+70