summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbcbase
AgeCommit message (Expand)Author
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
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane
2012-11-26Assert that length of bookmark has not changed after editing lineLionel Elie Mamane
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-10-26fixupLionel Elie Mamane
2012-10-26ODBC PreparedStatement Parameters: redesign setXXX handlingLionel Elie Mamane
2012-10-26duplicated codeLionel Elie Mamane
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-14WaE in connectivityNorbert Thiebaud
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power
2012-07-19stop some leaked statement handlesTerrence Enger
2012-07-19ODBMetaDataRS ctor: abort if statement handle allocation failedTerrence Enger
2012-07-19avoid freeing the NULL handleTerrence Enger
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-10Remove conflicting typedefPierre-Eric Pelloux-Prayer
2012-07-10fdo#50849 work around psqlodbc segfaultLionel Elie Mamane
2012-06-22correct ODBC timestamp column sizeLionel Elie Mamane
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-04nuke unused definesTakeshi Abe
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-01Update commentsLionel Elie Mamane
2012-05-29switch connectivity to gbuildDavid Tardon
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn
2012-03-21chmod -xTor Lillqvist
2012-03-12suppress "SQL_API redefined" error with -WerrorDavid Tardon
2012-03-01work around ICE with mingw32-gcc-4.7.0-0.5.20120224David Tardon