summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2012-02-18WaE: unused variable rgsaboundThomas Arnhold1-4/+0
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe3-5/+6
2012-02-17WaE: enable exceptions for these tooCaolán McNamara2-5/+5
2012-02-17fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane1-1/+1
2012-02-17fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane1-2/+1
2012-02-16ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHERLionel Elie Mamane1-2/+2
2012-02-16typo & copy/paste error in error messageLionel Elie Mamane1-2/+2
2012-02-16callcatcher: update unused code listCaolán McNamara2-106/+0
2012-02-14Remove unused code from connectivity::odbc::OPreparedStatementKate Goss2-81/+0
2012-02-14ODBC: align *all* the handling of SQLULEN properties with maximal ODBC sizeLionel Elie Mamane2-12/+12
2012-02-14improve OTools::binParameter/bindData interactionLionel Elie Mamane2-11/+20
2012-02-14odbc 64 bit crash: correct buffer length allocation for a SQLLENLionel Elie Mamane1-1/+1
2012-02-14new[] already allocates each element of the arrayLionel Elie Mamane1-2/+1
2012-02-14odbc getTableTypes: ask the driver instead of guessingLionel Elie Mamane1-32/+7
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann1-1/+0
2012-02-13Fix typos in commentsElton Chung4-4/+4
2012-02-11Fixed wrong mapping to log level from postgresql-sdbc.iniTakeshi Abe1-1/+1
2012-02-10Removed unused codeAlexander Bergmann2-16/+0
2012-02-10drop TT workbenCaolán McNamara2-293/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2-6/+6
2012-02-10WaE: unreferenced local variableTor Lillqvist4-9/+9
2012-02-10WaE: unreferenced local variableTor Lillqvist1-1/+1
2012-02-09fdo#45249 declare support for Core SQL -> Base allows user aggregate functionsLionel Elie Mamane1-1/+6
2012-02-08Missing newline at end of fileStephan Bergmann1-1/+1
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-02-07increase the sleep time of the Mozilla UI ThreadMarkus Mohrhard1-2/+2
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud1-2/+2
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS2-2/+2
2012-02-05Remove wrong returnJulien Nabet1-2/+0
2012-02-02pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxesLionel Elie Mamane1-4/+4
2012-02-02pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after allLionel Elie Mamane1-2/+2
2012-02-02pgsql-sdbc: put libs libpq needs *before* libpq in the link lineLionel Elie Mamane1-4/+3
2012-02-02Silence a few lines of pointless verbiageTor Lillqvist2-3/+9
2012-02-02unsigned int->sal_uInt32Caolán McNamara1-1/+1
2012-02-01pgsql: simpler / safer check for system columnLionel Elie Mamane1-14/+9
2012-02-01pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane1-1/+1
2012-02-01pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane2-38/+91
2012-02-01pgsql: clean commentsLionel Elie Mamane1-3/+3
2012-02-01postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane1-19/+38
2012-02-01fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane1-42/+31
2012-01-29remove erroneously committed debug codeLionel Elie Mamane1-1/+0
2012-01-29WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32'Tor Lillqvist1-1/+1
2012-01-29use proper sizes for SQL(Get|Set)StmtAttrLionel Elie Mamane4-101/+79
2012-01-29make OTools::getValue insanely safe, factorise get{Int,Long,Byte,...}Lionel Elie Mamane3-56/+124
2012-01-27Decrease verbiage a little bitTor Lillqvist3-5/+15
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann15-53/+53
2012-01-24NDebug.hxx is gone nowCaolán McNamara5-5/+0
2012-01-24Remove evoab debug facility and use SAL_INFOThomas Arnhold5-95/+8
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot2-2/+2
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann10-110/+103