summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* log errors by default in debug modeCaolán McNamara2011-11-164-12/+6
* fdo#42865: connectivity: mozab: no mapfileMichael Stahl2011-11-152-10/+2
* OConnection: WaE unused variableMichael Stahl2011-11-151-0/+1
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-147-108/+68
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-148-8/+4
* Fix build --all depend=x.Stephan Bergmann2011-11-142-2/+5
* fdo#33047: no data accessible if filename contains "?"Lionel Elie Mamane2011-10-301-0/+3
* factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane2011-10-302-4/+7
* Small fix OParseNode->OSQLParseNodeJulien Nabet2011-10-301-1/+1
* wrong logic in commentLionel Elie Mamane2011-10-301-1/+1
* Typo/spelling in commentLionel Elie Mamane2011-10-301-1/+1
* Errors in commentsLionel Elie Mamane2011-10-302-2/+2
* translate commentsLionel Elie Mamane2011-10-301-3/+3
* Return proper UNKNOWN_RULE instead of 0 for unknown ruleLionel Elie Mamane2011-10-302-2/+2
* Introduce combined 2&3 test for SQL TokenLionel Elie Mamane2011-10-301-0/+2
* 8.5 is not an integer, but an approxnumLionel Elie Mamane2011-10-301-3/+3
* overhaul / enhance / translate / ... commentsLionel Elie Mamane2011-10-301-13/+13
* tweak debug messages from commit 9b58d9353073c6535da0529cd9a48e435f043fa8Noel Power2011-10-281-9/+2
* leaking connection handleTerrence Enger2011-10-281-2/+18
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann2011-10-241-6/+1
* Undo basis/brand split: move program/classes/ from basis to brand.Stephan Bergmann2011-10-181-3/+3
* cppcheck scope reduction in connectivity/.. main.cxxPierre-André Jacquod2011-10-071-2/+3
* fix OString concatenationMichael Meeks2011-10-051-1/+5
* Use OString::getStr() nowTor Lillqvist2011-10-051-1/+1
* Resolves: fdo#34309 odbc fractional seconds are in billionthsCaolán McNamara2011-10-052-2/+2
* conversion operator gone nowCaolán McNamara2011-10-052-4/+3
* WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist2011-10-042-14/+12
* WaE: unreachable codeTor Lillqvist2011-10-041-0/+2
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(...Stephan Bergmann2011-09-292-3/+3
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-275-12/+12
* cppcheck: delete unneeded variable in connectivity testmoz/main.cxxPierre-André Jacquod2011-09-261-2/+0
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-1/+6
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-2115-156/+156
* rework this in terms of read_uInt8s_AsOStringCaolán McNamara2011-09-191-9/+6
* use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara2011-09-171-23/+14
* memcpy is of the same length as preceding memsetCaolán McNamara2011-09-171-1/+0
* Make this compile with MSVC and _DEBUGTor Lillqvist2011-09-151-16/+4
* We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist2011-09-151-7/+0
* shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane2011-09-071-1/+1
* [cppchecker] unread Variable warning suppressedPierre-André Jacquod2011-09-061-3/+0
* IBM jni.h has non-const SetByteArrayRegion final argCaolán McNamara2011-09-062-2/+2
* Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor2011-09-031-1/+65
* More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist2011-08-291-0/+2
* Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"Tor Lillqvist2011-08-241-22/+24
* Again, avoid debugging MSVC std::equal_range issueTor Lillqvist2011-08-241-0/+5
* convert tools::Config to rtl::OStringCaolán McNamara2011-08-191-1/+1
* drop it completelyCaolán McNamara2011-08-1928-6297/+0
* registered but uninstalled database drivers break address book wizardCaolán McNamara2011-08-181-2/+1
* Fixed build breakage.Kohei Yoshida2011-08-181-1/+3
* add a getToken wrapper for extracting a single token painlesslyCaolán McNamara2011-08-151-6/+8