summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers
Commit message (Expand)AuthorAgeFilesLines
* tdf#105101 check scale to determine subtypeTamás Bunth2017-01-305-27/+49
* tdf#105142 set default charset to UTF8Tamás Bunth2017-01-301-1/+10
* Remove dynamic exception specificationsStephan Bergmann2017-01-26291-6774/+5749
* loplugin:useuniqueptrStephan Bergmann2017-01-232-9/+9
* use rtl::Reference in OResultSetNoel Grandin2017-01-232-17/+11
* loplugin:dynexcspec (macOS), connectivityStephan Bergmann2017-01-206-0/+22
* New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann2017-01-1932-5/+102
* new loplugin: useuniqueptr: connectivityNoel Grandin2017-01-178-10/+9
* 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-145-1/+204
* 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-093-73/+6
* bSilent is unusedStephan Bergmann2017-01-061-3/+0
* loplugin:salboolStephan Bergmann2017-01-061-1/+1
* Use string literals directlyStephan Bergmann2017-01-061-25/+12
* 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
* 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-1315-131/+19
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-124-5/+5
* 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-281-4/+0
* KAB loplugin:datamembershadowJan-Marek Glogowski2016-11-254-6/+3
* coverity#1371267 Missing move assignment operatorCaolán McNamara2016-11-241-0/+11
* Related: coverity#1371267 copy ctor broken, nPagePos not copiedCaolán McNamara2016-11-241-0/+1
* OPreparedStatement::m_aTypeInfo is unusedStephan Bergmann2016-11-223-6/+5
* loplugin:datamembershadowStephan Bergmann2016-11-212-12/+11
* loplugin:datamembershadowStephan Bergmann2016-11-212-3/+1
* get table name from resultset simplyWastack2016-11-219-259/+12