summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2014-10-01fdo#82577: Handle TimeNoel Grandin19-197/+85
2014-09-26factorise odbc headers inclusionLionel Elie Mamane6-109/+5
2014-09-26connectivity: typoMichael Stahl1-1/+1
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane2-3/+3
2014-09-26implement --with-system-odbc on windowsNoel Grandin10-40/+47
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-31/+31
2014-09-26remove unnecessary casts'sNoel Grandin1-2/+2
2014-09-25Add missing #include.Jan Holesovsky1-0/+2
2014-09-25ensure that osl_atomic_decrement gets called after osl_atomic_incrementCaolán McNamara1-3/+15
2014-09-25coverity#1210000 Uncaught exceptionCaolán McNamara2-199/+232
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann6-9/+7
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2-4/+2
2014-09-19speed optimisationLionel Elie Mamane1-2/+3
2014-09-19constifyLionel Elie Mamane2-4/+4
2014-09-19Better -Werror,-Wunused-function workaround, missing filesStephan Bergmann2-0/+68
2014-09-19Better -Werror,-Wunused-function workaroundStephan Bergmann1-21/+2
2014-09-19Don't override ODBC headersLionel Elie Mamane1-8/+2
2014-09-16-Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann1-6/+7
2014-09-16better fix for build with 32bit SQLWCHARLionel Elie Mamane1-14/+20
2014-09-16fix build on 32bit SQLWCHARLionel Elie Mamane1-1/+4
2014-09-15sal_Bool -> boolStephan Bergmann21-126/+124
2014-09-12STL assert in connectivity::file::OPreparedStatement::checkAndResizeParametersMichael Stahl1-1/+1
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann31-109/+109
2014-09-12Normallya->Normally aCaolán McNamara2-2/+2
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara2-6/+11
2014-09-11ODbaseDatabaseMetaData::getColumns dies if throwInvalidDbaseFormat occursCaolán McNamara1-55/+65
2014-09-10check for empty m_pBufferCaolán McNamara1-0/+3
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-0/+3
2014-09-05revert part of commit unintentionally pushedLionel Elie Mamane1-1/+1
2014-09-05brown paper bag / fix buildLionel Elie Mamane2-2/+2
2014-09-05odbc: no, RTL_TEXTENCODING_UCS2/4 doesn't work as we intendedLionel Elie Mamane1-8/+12
2014-09-05be more paranoidLionel Elie Mamane2-0/+3
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2-24/+47
2014-08-28fdo#82088: changed namespace from utl to css::utilStefan Weiberg1-39/+38
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-21remove commented out namespace aliasesThomas Arnhold2-2/+0
2014-08-21starsdbc -> css::sdbcThomas Arnhold8-42/+37
2014-08-21staruno -> css::unoThomas Arnhold1-2/+2
2014-08-20make debug builds fail hard on unexpected conditionsLionel Elie Mamane1-0/+12
2014-08-20update comments with my new findingsLionel Elie Mamane1-1/+3
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza8-11/+0
2014-08-20avoid potential null dereferenceDavid Tardon1-3/+7
2014-08-20do not use obsolete OSL_VERIFY macroDavid Tardon1-2/+2
2014-08-20this assert does not make senseDavid Tardon1-1/+0
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane1-2/+2
2014-08-18fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane1-1/+15
2014-08-18check len before memcpying into itCaolán McNamara1-0/+15
2014-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold1-1/+0