summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin1-6/+0
2017-01-23loplugin:useuniqueptrStephan Bergmann2-9/+9
2017-01-23use rtl::Reference in OResultSetNoel Grandin2-17/+11
2017-01-20loplugin:dynexcspec (macOS), connectivityStephan Bergmann6-0/+22
2017-01-20loplugin:dynexcspec (clang-cl), connectivityStephan Bergmann11-2/+94
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann65-8/+325
2017-01-17no special support for MACOSX PPC in master for a while nowCaolán McNamara1-2/+0
2017-01-17remove some unused Java codeNoel Grandin1-18/+0
2017-01-17new loplugin: useuniqueptr: connectivityNoel Grandin15-23/+19
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara3-6/+6
2017-01-14loplugin:refcountingStephan Bergmann2-6/+11
2017-01-14tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth6-1/+205
2017-01-13coverity#1371289 avoid the need for an assignmentCaolán McNamara1-1/+1
2017-01-13jdbc clob character stream: return 1 when returning a single odd byteLionel Elie Mamane1-1/+1
2017-01-11XBlob::getBytes expects 1-indexed positionTamás Bunth1-3/+4
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-8/+0
2017-01-11Some loplugin:conststringvar/stringconstant improvements: connectivityStephan Bergmann1-6/+2
2017-01-10remove unused typedefsJochen Nitschke1-3/+0
2017-01-10New loplugin:conststringvar: connectivityStephan Bergmann18-100/+100
2017-01-09New loplugin:externvar: connectivityStephan Bergmann6-75/+71
2017-01-09hack to silence -Wunused-functionCaolán McNamara2-2/+2
2017-01-06bSilent is unusedStephan Bergmann1-3/+0
2017-01-06loplugin:salboolStephan Bergmann1-1/+1
2017-01-06Use string literals directlyStephan Bergmann1-25/+12
2017-01-05Clean up a usage of OUStringBufferStephan Bergmann1-11/+11
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-2/+2
2017-01-04Fix loplugin warnings in sqlflex.lStephan Bergmann1-9/+9
2017-01-04Fix loplugin warnings in sqlbison.yStephan Bergmann1-31/+31
2016-12-30cleanup tailing backslashesJochen Nitschke3-3/+3
2016-12-24Fix some comment typos.Damjan Jovanovic1-2/+2
2016-12-23tdf#104858: fix typoJulien Nabet1-1/+1
2016-12-20tdf#70506 implement getColumnLabel functionWastack1-2/+7
2016-12-20always have dbtoolsCaolán McNamara1-1/+8
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann3-11/+10
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-6/+6
2016-12-13-Werror,-Wunused-macrosStephan Bergmann1-6/+0
2016-12-13loplugin:sallogareasStephan Bergmann1-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin16-145/+22
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann7-43/+6
2016-12-12some compilers don't like implicit bool-to-ORowSetValue conversionLionel Elie Mamane1-1/+1
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack4-5/+28
2016-12-11tdf#104227 query boolean like infos correctlyWastack1-2/+3
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke2-2/+2
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin5-21/+21
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-04tdf#104227: fix subtypes DECIMAL/NUMERIC in resultsetJulien Nabet1-4/+4
2016-12-01convert nowParsing_ constants to scoped enumNoel Grandin2-8/+8
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: connectivityStephan Bergmann3-11/+16
2016-11-28loplugin:unnecessaryoverride (dtors) in connectivityStephan Bergmann2-7/+0