summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* WaE: "PAGE_SIZE" redefinedTor Lillqvist2012-12-294-17/+17
* Some cppcheck cleaningJulien Nabet2012-12-271-1/+0
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-274-6/+6
* ignore #include inside #ifLubos Lunak2012-12-261-1/+0
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-4/+4
* ODBC: binary data is not null-terminatedLionel Elie Mamane2012-12-251-10/+7
* no reason to treat CHAR differently than VARCHARLionel Elie Mamane2012-12-251-0/+1
* fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane2012-12-251-1/+3
* Another fix for my UNO changesNoel Grandin2012-12-211-0/+1
* Fix MACAB driver for my UNO changesNoel Grandin2012-12-212-5/+6
* fixes for UNO changesNoel Grandin2012-12-211-2/+2
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-219-79/+54
* Some cppcheck cleaning in connectivityJulien Nabet2012-12-203-14/+8
* regenerate pchPeter Foley2012-12-192-18/+18
* UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara2012-12-171-6/+7
* use return value optimizationCaolán McNamara2012-12-173-21/+17
* String::AllocBuffer -> OUStringBufferCaolán McNamara2012-12-171-9/+5
* callcatcher: update unused code listCaolán McNamara2012-12-142-5/+0
* Remove xml2cmp leftoversStephan Bergmann2012-12-121-85/+0
* When parsing does not give a table name, take it from the columnLionel Elie Mamane2012-12-112-13/+16
* new autogenerated PCH headers in connectivityLuboš Luňák2012-12-104-48/+100
* remove unneeded PCH stuffLuboš Luňák2012-12-102-18/+0
* no longer necessary to add include path for PCH headerLuboš Luňák2012-12-102-2/+0
* testing PCH for connectivity/flatLuboš Luňák2012-12-103-0/+55
* testing PCH for connectivity/fileLuboš Luňák2012-12-103-0/+55
* fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin2012-12-107-17/+19
* fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin2012-12-1010-61/+61
* fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin2012-12-102-6/+4
* Add missing breaksJulien Nabet2012-12-081-0/+2
* Some cppcheck cleaningJulien Nabet2012-12-075-12/+4
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-071-0/+2
* remove unwanted SAL_CALLLuboš Luňák2012-12-071-3/+3
* no SAL_CALL for internal utility functionsLionel Elie Mamane2012-12-072-14/+14
* fix missing SAL_CALL attributesNoel Grandin2012-12-071-5/+5
* fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2012-12-062-248/+336
* commentsLionel Elie Mamane2012-12-061-0/+2
* Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane2012-12-061-1/+18
* comment meaning inverted wrt to reality in codeLionel Elie Mamane2012-12-061-1/+1
* setBound(true) is the defaultLionel Elie Mamane2012-12-061-1/+0
* janitorial: const annotationLionel Elie Mamane2012-12-061-1/+1
* janitorial: alignmentLionel Elie Mamane2012-12-061-1/+1
* ODBC: clean up our use of SQLGetDataLionel Elie Mamane2012-12-061-123/+111
* stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane2012-12-061-1/+1
* const-ify arguments of some OTools function membersLionel Elie Mamane2012-12-062-12/+12
* Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane2012-12-061-8/+7
* comment on our usage of SQLGetData extensionsLionel Elie Mamane2012-12-061-0/+7
* statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane2012-12-061-0/+5
* statically assert that ODBC uses UTF-16Lionel Elie Mamane2012-12-061-0/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2012-12-062-6/+0
* -Werror,-WuninitializedStephan Bergmann2012-12-061-1/+1