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