summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbcbase
AgeCommit message (Expand)Author
2013-12-24fdo#60698: Merge odbcbase into odbcMarcos Paulo de Souza
2013-12-14Let's apply the same for theseJulien Nabet
2013-12-14odbc DBMetaData: NULL pattern equivalent to "%", not "%foo"Lionel Elie Mamane
2013-12-14cppcheck: fix same expressionJulien Nabet
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-08-28janitorial: more constnessLionel Elie Mamane
2013-08-28ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane
2013-08-28remove risk of infinite recursionLionel Elie Mamane
2013-08-27release m_aLengthVector even when m_aBindVector is emptyLionel Elie Mamane
2013-08-27the place reserved for bookmark in m_aBindVector is never usedLionel Elie Mamane
2013-08-27odbc insert: unbind as soon bindings not necessaryLionel Elie Mamane
2013-08-27odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane
2013-08-27fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-05use proper SQLINTEGER type (fixes build on Illumos)Gabriele Bulfon
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-15fdo#61142 mixup between size and lengthLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-25Remove a couple of unused private fieldsTor Lillqvist
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-08make use of startsWith()Thomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-03loplugin: improve indentationThomas Arnhold
2013-03-03loplugin: unused variables and commented codeThomas Arnhold
2012-12-25ODBC: binary data is not null-terminatedLionel Elie Mamane
2012-12-25no reason to treat CHAR differently than VARCHARLionel Elie Mamane
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane
2012-12-08Add missing breaksJulien Nabet
2012-12-07remove unwanted SAL_CALLLuboš Luňák
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane
2012-12-06commentsLionel Elie Mamane
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane
2012-12-06setBound(true) is the defaultLionel Elie Mamane
2012-12-06janitorial: const annotationLionel Elie Mamane
2012-12-06janitorial: alignmentLionel Elie Mamane
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane