summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Collapse)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
| | | | to equalsIgnoreAsciiCaseAscii("...")
* 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
| | | | as opposed to crashing
* 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
| | | | Remove methods getDataBuf(int), getParamLength(int), getPrecision(int).
* 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
| | | | Don't duplicate the decision point for "data at execution or copied data"
* 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
| | | | And calls the default constructor, naturally.
* 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
| | | | | ...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
* 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
| | | | This return prevented the execution of the following code
* 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
| | | | | 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.
* 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
| | | | | | | | | | | 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