summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* WaE: remove variable scopeThomas Arnhold2012-02-211-1/+2
* More --disable-database-connectivity work, still experimentalTor Lillqvist2012-02-211-0/+2
* Typo nsResult -> nsresultStephan Bergmann2012-02-211-2/+2
* Clang-flagged error for typedef of CardPropertyGetter/SetterWei Ming Khoo2012-02-201-2/+2
* remove adabas/adabasuiCaolán McNamara2012-02-193-65/+0
* make connectivity ByteString freeCaolán McNamara2012-02-191-8/+7
* Get rid of size() == 0Elton Chung2012-02-194-5/+5
* WaE: unused variable rgsaboundThomas Arnhold2012-02-181-4/+0
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-183-5/+6
* WaE: enable exceptions for these tooCaolán McNamara2012-02-172-5/+5
* fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane2012-02-171-1/+1
* fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane2012-02-171-2/+1
* ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHERLionel Elie Mamane2012-02-161-2/+2
* typo & copy/paste error in error messageLionel Elie Mamane2012-02-161-2/+2
* callcatcher: update unused code listCaolán McNamara2012-02-162-106/+0
* Remove unused code from connectivity::odbc::OPreparedStatementKate Goss2012-02-142-81/+0
* ODBC: align *all* the handling of SQLULEN properties with maximal ODBC sizeLionel Elie Mamane2012-02-142-12/+12
* improve OTools::binParameter/bindData interactionLionel Elie Mamane2012-02-142-11/+20
* odbc 64 bit crash: correct buffer length allocation for a SQLLENLionel Elie Mamane2012-02-141-1/+1
* new[] already allocates each element of the arrayLionel Elie Mamane2012-02-141-2/+1
* odbc getTableTypes: ask the driver instead of guessingLionel Elie Mamane2012-02-141-32/+7
* Some more comphelper/configurationhelper clean upStephan Bergmann2012-02-141-1/+0
* Fix typos in commentsElton Chung2012-02-134-4/+4
* Fixed wrong mapping to log level from postgresql-sdbc.iniTakeshi Abe2012-02-111-1/+1
* Removed unused codeAlexander Bergmann2012-02-102-16/+0
* drop TT workbenCaolán McNamara2012-02-102-293/+0
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-102-6/+6
* WaE: unreferenced local variableTor Lillqvist2012-02-104-9/+9
* WaE: unreferenced local variableTor Lillqvist2012-02-101-1/+1
* fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel Elie Mamane2012-02-091-1/+6
* Missing newline at end of fileStephan Bergmann2012-02-081-1/+1
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
* increase the sleep time of the Mozilla UI ThreadMarkus Mohrhard2012-02-071-2/+2
* replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-051-2/+2
* Fixed cppcheck messages about rethrowing copy of exception.PKEuS2012-02-052-2/+2
* Remove wrong returnJulien Nabet2012-02-051-2/+0
* pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxesLionel Elie Mamane2012-02-021-4/+4
* pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after allLionel Elie Mamane2012-02-021-2/+2
* pgsql-sdbc: put libs libpq needs *before* libpq in the link lineLionel Elie Mamane2012-02-021-4/+3
* Silence a few lines of pointless verbiageTor Lillqvist2012-02-022-3/+9
* unsigned int->sal_uInt32Caolán McNamara2012-02-021-1/+1
* pgsql: simpler / safer check for system columnLionel Elie Mamane2012-02-011-14/+9
* pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane2012-02-011-1/+1
* pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane2012-02-012-38/+91
* pgsql: clean commentsLionel Elie Mamane2012-02-011-3/+3
* postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane2012-02-011-19/+38
* fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane2012-02-011-42/+31
* remove erroneously committed debug codeLionel Elie Mamane2012-01-291-1/+0
* WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32'Tor Lillqvist2012-01-291-1/+1
* use proper sizes for SQL(Get|Set)StmtAttrLionel Elie Mamane2012-01-294-101/+79