summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* coverity#735605 Division or modulo by zeroCaolán McNamara2014-10-111-2/+8
* connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch2014-10-111-8/+5
* connectivity: firebird: recursively delete temp directoriesMichael Stahl2014-10-112-2/+13
* coverity#706302 Uncaught exceptionCaolán McNamara2014-10-103-2/+20
* add copy constructor for ONDXPagePtr classNoel Grandin2014-10-102-0/+15
* fdo#84073: change ODBC/JDBC escapes to lowercaseJulien Nabet2014-10-092-3/+11
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-092-2/+2
* remove SvRefBase::QueryDeleteNoel Grandin2014-10-093-52/+82
* connectivity: try to fix build after f641fd15Michael Stahl2014-10-071-2/+2
* Revert "ADO driver: don't override a virtual method just to call the one of t...Lionel Elie Mamane2014-10-062-0/+12
* Revert "ADO: don't override a virtual method to call the one of the parent"Lionel Elie Mamane2014-10-064-0/+32
* ADO: don't override a virtual method just to call the one of the parentLionel Elie Mamane2014-10-064-32/+0
* mozab driver: don't pretend to implement an interface one does notLionel Elie Mamane2014-10-061-1/+0
* ADO driver: don't override a virtual method just to call the one of the parentLionel Elie Mamane2014-10-062-12/+0
* ADO driver: don't pretend to implement an interface one does notLionel Elie Mamane2014-10-062-22/+4
* drop connectivity testmoz workbenCaolán McNamara2014-10-064-1215/+0
* coverity#1242888 Unused valueCaolán McNamara2014-10-031-2/+4
* cid#704588 Dereference after null checkNoel Grandin2014-10-031-1/+1
* loplugin: cstylecastNoel Grandin2014-10-0336-91/+89
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-022-4/+2
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-023-3/+3
* coverity#1242903 Result is not floating-pointCaolán McNamara2014-10-021-3/+3
* connectivity: the assigned value is never usedRobert Antoni Buj i Gelonch2014-10-012-12/+7
* fdo#82577: Handle TimeNoel Grandin2014-10-0119-197/+85
* connectivity: Use chain of .append methodsRobert Antoni Buj i Gelonch2014-09-291-3/+3
* factorise odbc headers inclusionLionel Elie Mamane2014-09-266-109/+5
* connectivity: typoMichael Stahl2014-09-261-1/+1
* fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane2014-09-262-3/+3
* implement --with-system-odbc on windowsNoel Grandin2014-09-2610-40/+47
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-262-3/+3
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-2/+2
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-31/+31
* remove unnecessary casts'sNoel Grandin2014-09-261-2/+2
* Add missing #include.Jan Holesovsky2014-09-251-0/+2
* fdo#84284: Adapt jar Class-Path to new Mac OS X LibreOffice.app layoutStephan Bergmann2014-09-251-2/+1
* ensure that osl_atomic_decrement gets called after osl_atomic_incrementCaolán McNamara2014-09-251-3/+15
* coverity#1210000 Uncaught exceptionCaolán McNamara2014-09-252-199/+232
* connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-256-9/+7
* fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2014-09-224-14/+7
* Fix some typosDavid Ostrovsky2014-09-212-3/+3
* speed optimisationLionel Elie Mamane2014-09-191-2/+3
* constifyLionel Elie Mamane2014-09-192-4/+4
* Better -Werror,-Wunused-function workaround, missing filesStephan Bergmann2014-09-192-0/+68
* Better -Werror,-Wunused-function workaroundStephan Bergmann2014-09-192-21/+3
* oups... fudge to match system ABI when *not* using system ODBC headersLionel Elie Mamane2014-09-191-1/+1
* Don't override ODBC headersLionel Elie Mamane2014-09-191-8/+2
* fdo#83924 align with system ODBC ABI on MacOSX: SQL_WCHAR is wchar_tLionel Elie Mamane2014-09-191-0/+2
* -Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann2014-09-161-6/+7
* better fix for build with 32bit SQLWCHARLionel Elie Mamane2014-09-161-14/+20
* fix build on 32bit SQLWCHARLionel Elie Mamane2014-09-161-1/+4