summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird
AgeCommit message (Expand)Author
2017-01-14tdf#70433 tdf#104734 implement sdbc XClobTamás Bunth
2017-01-11XBlob::getBytes expects 1-indexed positionTamás Bunth
2016-12-23tdf#104858: fix typoJulien Nabet
2016-12-20tdf#70506 implement getColumnLabel functionWastack
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-12-12some compilers don't like implicit bool-to-ORowSetValue conversionLionel Elie Mamane
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack
2016-12-11tdf#104227 query boolean like infos correctlyWastack
2016-12-04tdf#104227: fix subtypes DECIMAL/NUMERIC in resultsetJulien Nabet
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: connectivityStephan Bergmann
2016-11-21get table name from resultset simplyWastack
2016-11-21tdf#74172 ensure prepared while setting numericWastack
2016-11-12coverity#1394295 Unchecked return valueCaolán McNamara
2016-11-12Related tdf#70433: Use subtype to distinguish BLOB/CLOB for FirebirdJulien Nabet
2016-11-11tdf#71251: VARCHAR max length is 32765 for FirebirdJulien Nabet
2016-11-10loplugin:staticmethodsStephan Bergmann
2016-11-10loplugin:stringconstantStephan Bergmann
2016-11-10loplugin:cstylecastStephan Bergmann
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack
2016-10-27Remove bogus comments about ~IPropertyArrayHelper not being virtualStephan Bergmann
2016-10-26tdf#103373 create and connect with default userWastack
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornadith
2016-09-20Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann
2016-09-15connectivity: firebird: loplugin:nullptrMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25Improve exception constructionStephan Bergmann
2016-08-25cid#1371770 Uncaught exceptionStephan Bergmann
2016-08-21coverity#1371621 Uncaught exceptionCaolán McNamara
2016-08-21coverity#1371622 Uninitialized scalar fieldCaolán McNamara
2016-08-18tdf#72987 GSoC Use Firebird backup formatWastack
2016-08-18tdf#69949 GSoC Firebird implement autoincrementWastack
2016-08-17tdf#91324 correct firebird date formatWastack
2016-08-17tdf#73073 GSoC Firebird Set autoCommit trueWastack
2016-08-17GSoC Upgrade firebird to 3.0Wastack
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-08-11tdf#91324 GSoC adapt struct tm correctly for dateWastack
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-15tdf#71009 GSoC firebird metadata functionsWastack
2016-07-15tdf#91324 GSoC adapt struct tm correctlyWastack
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl
2016-06-02don't detach from database if we are not attachedLionel Elie Mamane
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-01coverity#1352212 Unchecked return valueCaolán McNamara
2016-02-25convert StandardSQLState to scoped enumNoel Grandin