summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Collapse)Author
2012-02-20Clang-flagged error for typedef of CardPropertyGetter/SetterWei Ming Khoo
2012-02-19remove adabas/adabasuiCaolán McNamara
2012-02-19make connectivity ByteString freeCaolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18WaE: unused variable rgsaboundThomas Arnhold
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-17WaE: enable exceptions for these tooCaolán McNamara
2012-02-17fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane
2012-02-17fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane
2012-02-16ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHERLionel Elie Mamane
as opposed to crashing
2012-02-16typo & copy/paste error in error messageLionel Elie Mamane
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-14Remove unused code from connectivity::odbc::OPreparedStatementKate Goss
Remove methods getDataBuf(int), getParamLength(int), getPrecision(int).
2012-02-14ODBC: align *all* the handling of SQLULEN properties with maximal ODBC sizeLionel Elie Mamane
2012-02-14improve OTools::binParameter/bindData interactionLionel Elie Mamane
Don't duplicate the decision point for "data at execution or copied data"
2012-02-14odbc 64 bit crash: correct buffer length allocation for a SQLLENLionel Elie Mamane
2012-02-14new[] already allocates each element of the arrayLionel Elie Mamane
And calls the default constructor, naturally.
2012-02-14odbc getTableTypes: ask the driver instead of guessingLionel Elie Mamane
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann
2012-02-13Fix typos in commentsElton Chung
2012-02-11Fixed wrong mapping to log level from postgresql-sdbc.iniTakeshi Abe
2012-02-10Removed unused codeAlexander Bergmann
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-10WaE: unreferenced local variableTor Lillqvist
2012-02-09fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel Elie Mamane
2012-02-08Missing newline at end of fileStephan Bergmann
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
2012-02-07increase the sleep time of the Mozilla UI ThreadMarkus Mohrhard
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-05Remove wrong returnJulien Nabet
This return prevented the execution of the following code
2012-02-02pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxesLionel Elie Mamane
2012-02-02pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after allLionel Elie Mamane
2012-02-02pgsql-sdbc: put libs libpq needs *before* libpq in the link lineLionel Elie Mamane
2012-02-02unsigned int->sal_uInt32Caolán McNamara
2012-02-01pgsql: simpler / safer check for system columnLionel Elie Mamane
2012-02-01pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane
2012-02-01pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane
2012-02-01pgsql: clean commentsLionel Elie Mamane
2012-02-01postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane
2012-02-01fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane
This avoids the use of aclexplode(), which is only SQL-available in PostgreSQL 9.0 and later. With PostgreSQL versions known to have the information_schema.table_privileges bug of not filling in the default ACL in the absence of an ACL, fill in "owner has all rights", which is the default state of the default ACL.
2012-01-29remove erroneously committed debug codeLionel Elie Mamane
2012-01-29WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32'Tor Lillqvist
2012-01-29use proper sizes for SQL(Get|Set)StmtAttrLionel Elie Mamane
Fixes fdo#34432 (driver smashes our stack) Continuation of commit 9a466d9718cceeb4ace9e3352a173c7b62387eee Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Tue Nov 29 17:49:36 2011 +0100 ODBC: use right integer length to get Statement Options
2012-01-29make OTools::getValue insanely safe, factorise get{Int,Long,Byte,...}Lionel Elie Mamane
2012-01-27Decrease verbiage a little bitTor Lillqvist
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-24NDebug.hxx is gone nowCaolán McNamara
2012-01-24Remove evoab debug facility and use SAL_INFOThomas Arnhold
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot
Part XLIV many modules(inc's)