summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-09-03odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane1-1/+1
2013-09-03fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane1-21/+39
2013-08-30TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann1-1/+1
2013-08-23-Werror,-WuninitializedStephan Bergmann1-1/+1
2013-07-30rhbz#989246: Honor user's JavaDriverClass override in mysql driverStephan Bergmann1-11/+25
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane1-3/+4
2013-07-12ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane2-2/+36
2013-07-12sort is ascending by defaultLionel Elie Mamane1-1/+1
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane1-0/+1
2013-06-24fdo#49708 when there is no Primary Key, there is no Primay KeyLionel Elie Mamane1-2/+9
2013-05-21fdo#47951 flat text table: update m_nRowPos when moving by bookmarkLionel Elie Mamane1-0/+14
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton1-2/+7
2013-04-15pgsql-sdbc: ResultSetMetaData::getTableName return tablename (without schema)Lionel Elie Mamane1-10/+1
2013-04-15pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane2-3/+13
2013-04-15fdo#61142 mixup between size and lengthLionel Elie Mamane1-4/+8
2013-04-02Fix debug buildFridrich Štrba1-1/+4
2013-03-28coverity#982290 Logically dead codeJulien Nabet1-2/+1
2013-01-25OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-1/+12
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane1-1/+3
2012-12-25ODBC: binary data is not null-terminatedLionel Elie Mamane1-10/+7
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane2-13/+16
2012-12-10Fix previous commitStephan Bergmann1-4/+2
2012-12-10Add missing breaksJulien Nabet1-0/+2
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane1-2/+2
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane2-9/+9
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2-248/+336
2012-12-06commentsLionel Elie Mamane1-0/+2
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane1-1/+18
2012-12-06comment meaning inverted wrt to reality in codeLionel Elie Mamane1-1/+1
2012-12-06setBound(true) is the defaultLionel Elie Mamane1-1/+0
2012-12-06janitorial: const annotationLionel Elie Mamane1-1/+1
2012-12-06janitorial: alignmentLionel Elie Mamane1-1/+1
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane1-123/+111
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane1-1/+1
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane2-12/+12
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane1-8/+7
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane1-0/+7
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane1-0/+5
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane1-0/+1
2012-12-05Revert inadvertent chmodStephan Bergmann1-0/+0
2012-12-05WITH_MOZAB4WIN=NO still needs mozbootstrapStephan Bergmann1-0/+4
2012-12-04First fix for fdo#56902Mathias Michel1-5/+1
2012-12-04No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist2-3/+3
2012-12-03one more strange mingw string problemLuboš Luňák1-1/+1
2012-12-03fix build with fast string operator+Luboš Luňák1-1/+1
2012-12-03catch exceptions by (const) referenceLionel Elie Mamane1-2/+2
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane1-1/+13
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet2-2/+2
2012-11-30fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2Stephan Bergmann1-5/+3
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-3/+0