summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Collapse)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
| | | | | In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in libmozabdrv.so, build it with hidden visibility.
* OConnection: WaE unused variableMichael Stahl2011-11-151-0/+1
|
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-147-108/+68
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* 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
| | | | | also make unknown rule -1 to better separate it Before, an unknown rule actually went to 0 == OSQLParser::select_statement
* 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
| | | | | call SQLDisconnect; check returns from SQLDisconnect and SQLFreeHandle
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2011-10-241-6/+1
| | | | BaseInstallation.
* Undo basis/brand split: move program/classes/ from basis to brand.Stephan Bergmann2011-10-181-3/+3
| | | | Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem.
* 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
| | | | | | | Move the struct OSQLParser_Data definition to the sqlparse.hxx header. A somewhat ugly workaround for warning C4150: deletion of pointer to incomplete type 'connectivity::OSQLParser_Data'; no destructor called.
* 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
| | | | *() in Mac OS X only code.
* 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
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* 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
| | | | which allows us to simplify the read in DTable.cxx quite a bit
* 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
| | | | | | | | | | | | It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered.
* 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
| | | | | | | | | | | | | The SQL parser implementation does not handle comments. Temporarily remove "-- ..." and "// ..." end-of-line comments and "/* ... */" inline comments of a query and append comments after recomposition of the query. NOTE: The original comment positions are not preserved, all comments are appended to the query! Based on the original patch further development was done for inline comments and preserving comments' line order.
* 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
| | | | | | among other things undoubtedly. The idea was IIRC to drop adabas support, so lets not register the uninstalled components, and while we're at it not build it either.
* 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
|