summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* use rtl::Reference in OResultSetNoel Grandin2017-01-232-17/+11
* loplugin:dynexcspec (macOS), connectivityStephan Bergmann2017-01-206-0/+22
* loplugin:dynexcspec (clang-cl), connectivityStephan Bergmann2017-01-2011-2/+94
* New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann2017-01-1965-8/+325
* no special support for MACOSX PPC in master for a while nowCaolán McNamara2017-01-171-2/+0
* remove some unused Java codeNoel Grandin2017-01-171-18/+0
* new loplugin: useuniqueptr: connectivityNoel Grandin2017-01-1715-23/+19
* coverity#1371289 avoid the need for an assignmentCaolán McNamara2017-01-143-6/+6
* loplugin:refcountingStephan Bergmann2017-01-142-6/+11
* tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth2017-01-146-1/+205
* coverity#1371289 avoid the need for an assignmentCaolán McNamara2017-01-131-1/+1
* jdbc clob character stream: return 1 when returning a single odd byteLionel Elie Mamane2017-01-131-1/+1
* XBlob::getBytes expects 1-indexed positionTamás Bunth2017-01-111-3/+4
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-8/+0
* Some loplugin:conststringvar/stringconstant improvements: connectivityStephan Bergmann2017-01-111-6/+2
* remove unused typedefsJochen Nitschke2017-01-101-3/+0
* New loplugin:conststringvar: connectivityStephan Bergmann2017-01-1018-100/+100
* New loplugin:externvar: connectivityStephan Bergmann2017-01-096-75/+71
* hack to silence -Wunused-functionCaolán McNamara2017-01-092-2/+2
* bSilent is unusedStephan Bergmann2017-01-061-3/+0
* loplugin:salboolStephan Bergmann2017-01-061-1/+1
* Use string literals directlyStephan Bergmann2017-01-061-25/+12
* Clean up a usage of OUStringBufferStephan Bergmann2017-01-051-11/+11
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-051-2/+2
* Fix loplugin warnings in sqlflex.lStephan Bergmann2017-01-041-9/+9
* Fix loplugin warnings in sqlbison.yStephan Bergmann2017-01-041-31/+31
* cleanup tailing backslashesJochen Nitschke2016-12-303-3/+3
* Fix some comment typos.Damjan Jovanovic2016-12-241-2/+2
* tdf#104858: fix typoJulien Nabet2016-12-231-1/+1
* tdf#70506 implement getColumnLabel functionWastack2016-12-201-2/+7
* always have dbtoolsCaolán McNamara2016-12-201-1/+8
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-173-11/+10
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-152-6/+6
* -Werror,-Wunused-macrosStephan Bergmann2016-12-131-6/+0
* loplugin:sallogareasStephan Bergmann2016-12-131-2/+2
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-1316-145/+22
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-127-43/+6
* some compilers don't like implicit bool-to-ORowSetValue conversionLionel Elie Mamane2016-12-121-1/+1
* tdf#103074 Implement Boolean Type for FB driverWastack2016-12-114-5/+28
* tdf#104227 query boolean like infos correctlyWastack2016-12-111-2/+3
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-062-2/+2
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-051-1/+1
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-055-21/+21
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* tdf#104227: fix subtypes DECIMAL/NUMERIC in resultsetJulien Nabet2016-12-041-4/+4
* convert nowParsing_ constants to scoped enumNoel Grandin2016-12-012-8/+8
* Rewrite some (trivial) assignments inside if/while conditions: connectivityStephan Bergmann2016-11-293-11/+16
* loplugin:unnecessaryoverride (dtors) in connectivityStephan Bergmann2016-11-282-7/+0
* KAB loplugin:datamembershadowJan-Marek Glogowski2016-11-254-6/+3
* coverity#1371267 Missing move assignment operatorCaolán McNamara2016-11-242-0/+12