summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2013-05-07Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton
2013-04-15pgsql-sdbc: ResultSetMetaData::getTableName return tablename (without schema)Lionel Elie Mamane
2013-04-15pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane
2013-04-15fdo#61142 mixup between size and lengthLionel Elie Mamane
2013-04-02Fix debug buildFridrich Štrba
2013-03-28coverity#982290 Logically dead codeJulien Nabet
2013-01-25OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
2012-12-25fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane
2012-12-25ODBC: binary data is not null-terminatedLionel Elie Mamane
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane
2012-12-10Fix previous commitStephan Bergmann
2012-12-10Add missing breaksJulien Nabet
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane
2012-12-07no SAL_CALL for internal utility functionsLionel Elie Mamane
2012-12-06fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane
2012-12-06commentsLionel Elie Mamane
2012-12-06Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane
2012-12-06comment meaning inverted wrt to reality in codeLionel Elie Mamane
2012-12-06setBound(true) is the defaultLionel Elie Mamane
2012-12-06janitorial: const annotationLionel Elie Mamane
2012-12-06janitorial: alignmentLionel Elie Mamane
2012-12-06ODBC: clean up our use of SQLGetDataLionel Elie Mamane
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane
2012-12-05Revert inadvertent chmodStephan Bergmann
2012-12-05WITH_MOZAB4WIN=NO still needs mozbootstrapStephan Bergmann
2012-12-04First fix for fdo#56902Mathias Michel
2012-12-04No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist
2012-12-03one more strange mingw string problemLuboš Luňák
2012-12-03fix build with fast string operator+Luboš Luňák
2012-12-03catch exceptions by (const) referenceLionel Elie Mamane
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet
2012-11-30fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2Stephan Bergmann
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin
2012-11-28fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin
2012-11-26Assert that length of bookmark has not changed after editing lineLionel Elie Mamane
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc36
2012-11-25Implement MQueryOp::RegExp functionalityStephan Bergmann
2012-11-24use LanguageTagEike Rathke
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz
2012-11-23some i18n wrappers with LanguageTagEike Rathke