summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* fdo#61142 mixup between size and lengthLionel Elie Mamane2013-04-151-4/+8
* Fix debug buildFridrich Štrba2013-04-021-1/+4
* coverity#982290 Logically dead codeJulien Nabet2013-03-281-2/+1
* OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane2013-01-251-1/+12
* fdo#58693 ODBC SQLGetData returns byte length, not data sizeLionel Elie Mamane2012-12-251-1/+3
* ODBC: binary data is not null-terminatedLionel Elie Mamane2012-12-251-10/+7
* When parsing does not give a table name, take it from the columnLionel Elie Mamane2012-12-112-13/+16
* Fix previous commitStephan Bergmann2012-12-101-4/+2
* Add missing breaksJulien Nabet2012-12-101-0/+2
* no SAL_CALL for internal utility functionsLionel Elie Mamane2012-12-071-2/+2
* no SAL_CALL for internal utility functionsLionel Elie Mamane2012-12-072-9/+9
* fdo#47520 ODBC: overhaul data fetchingLionel Elie Mamane2012-12-062-248/+336
* commentsLionel Elie Mamane2012-12-061-0/+2
* Refuse to set fetchSize > 1, the rest of the code is not prepared for itLionel Elie Mamane2012-12-061-1/+18
* comment meaning inverted wrt to reality in codeLionel Elie Mamane2012-12-061-1/+1
* setBound(true) is the defaultLionel Elie Mamane2012-12-061-1/+0
* janitorial: const annotationLionel Elie Mamane2012-12-061-1/+1
* janitorial: alignmentLionel Elie Mamane2012-12-061-1/+1
* ODBC: clean up our use of SQLGetDataLionel Elie Mamane2012-12-061-123/+111
* stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane2012-12-061-1/+1
* const-ify arguments of some OTools function membersLionel Elie Mamane2012-12-062-12/+12
* Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane2012-12-061-8/+7
* comment on our usage of SQLGetData extensionsLionel Elie Mamane2012-12-061-0/+7
* statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane2012-12-061-0/+5
* statically assert that ODBC uses UTF-16Lionel Elie Mamane2012-12-061-0/+1
* Revert inadvertent chmodStephan Bergmann2012-12-051-0/+0
* WITH_MOZAB4WIN=NO still needs mozbootstrapStephan Bergmann2012-12-051-0/+4
* First fix for fdo#56902Mathias Michel2012-12-041-5/+1
* No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'Tor Lillqvist2012-12-042-3/+3
* one more strange mingw string problemLuboš Luňák2012-12-031-1/+1
* fix build with fast string operator+Luboš Luňák2012-12-031-1/+1
* catch exceptions by (const) referenceLionel Elie Mamane2012-12-031-2/+2
* Catch all exceptions to respect specificationLionel Elie Mamane2012-12-021-1/+13
* Lacking "/" at the end of .icedoveJulien Nabet2012-12-012-2/+2
* fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2Stephan Bergmann2012-11-301-5/+3
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-3/+0
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-301-3/+3
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-11/+0
* fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin2012-11-287-28/+31
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-286-26/+20
* fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin2012-11-281-3/+3
* Assert that length of bookmark has not changed after editing lineLionel Elie Mamane2012-11-261-0/+2
* cppCheck: remove dead assignment and dead variablesjailletc362012-11-251-1/+0
* Implement MQueryOp::RegExp functionalityStephan Bergmann2012-11-252-3/+10
* use LanguageTagEike Rathke2012-11-241-1/+1
* fdo#51304 Remove @author annotationJosé Guilherme Vanz2012-11-241-5/+0
* some i18n wrappers with LanguageTagEike Rathke2012-11-232-3/+4
* fdo#57285 restore acceptsURL logicDavid Ostrovsky2012-11-202-3/+57
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1181-2017/+899
| |\