summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Collapse)Author
2011-10-07cppcheck scope reduction in connectivity/.. main.cxxPierre-André Jacquod
2011-10-05fix OString concatenationMichael Meeks
2011-10-05Use OString::getStr() nowTor Lillqvist
2011-10-05Resolves: fdo#34309 odbc fractional seconds are in billionthsCaolán McNamara
2011-10-05conversion operator gone nowCaolán McNamara
2011-10-04WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist
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.
2011-10-04WaE: unreachable codeTor Lillqvist
2011-09-29Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const ↵Stephan Bergmann
*() in Mac OS X only code.
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26cppcheck: delete unneeded variable in connectivity testmoz/main.cxxPierre-André Jacquod
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara
2011-09-17use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara
which allows us to simplify the read in DTable.cxx quite a bit
2011-09-17memcpy is of the same length as preceding memsetCaolán McNamara
2011-09-15Make this compile with MSVC and _DEBUGTor Lillqvist
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist
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.
2011-09-07shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane
2011-09-06[cppchecker] unread Variable warning suppressedPierre-André Jacquod
2011-09-06IBM jni.h has non-const SetByteArrayRegion final argCaolán McNamara
2011-09-03Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor
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.
2011-08-29More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist
2011-08-24Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"Tor Lillqvist
2011-08-24Again, avoid debugging MSVC std::equal_range issueTor Lillqvist
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara
2011-08-19drop it completelyCaolán McNamara
2011-08-18registered but uninstalled database drivers break address book wizardCaolán McNamara
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.
2011-08-18Fixed build breakage.Kohei Yoshida
2011-08-15add a getToken wrapper for extracting a single token painlesslyCaolán McNamara
2011-08-15ByteString->rtl::OStringCaolán McNamara
2011-08-14=class OTableHelper: typo in private member name: refreshFor*gei*nKeysLionel Elie Mamane
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-08-05delete/delete[] mismatch, thanks to Terrence EngerCaolán McNamara
2011-08-04fixed typoTakeshi Abe
2011-08-01Deliver also static librariesTor Lillqvist
2011-07-27Related: fdo#35404 survive nil xTableCaolán McNamara
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-20Add a few casts to fix MinGW compilation errorsTor Lillqvist
2011-07-20Win32 header names need to be in lowercase as that is how they are in MinGWTor Lillqvist
2011-07-20MinGW needs -fpermissive for <adoint.h>Tor Lillqvist
2011-07-12Keep this one component_getImplementationEnvironment methodMatúš Kukan
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-06Deliver also static archives, as built for iOSTor Lillqvist
2011-07-02ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
2011-06-17gnumake4: added dbaccess and reportdesign [hg:a75d5667430f]Ocke Janssen [oj]
2011-06-17gnumake4: remove evoab [hg:0109ce6e2910]Ocke Janssen [oj]
2011-06-14unused bufferCaolán McNamara
2011-06-14remove unused filler and widthCaolán McNamara