summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2014-09-16-Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann
2014-09-16better fix for build with 32bit SQLWCHARLionel Elie Mamane
2014-09-16fix build on 32bit SQLWCHARLionel Elie Mamane
2014-09-15sal_Bool -> boolStephan Bergmann
2014-09-12STL assert in connectivity::file::OPreparedStatement::checkAndResizeParametersMichael Stahl
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann
2014-09-12Normallya->Normally aCaolán McNamara
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara
2014-09-11ODbaseDatabaseMetaData::getColumns dies if throwInvalidDbaseFormat occursCaolán McNamara
2014-09-10check for empty m_pBufferCaolán McNamara
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-09-05revert part of commit unintentionally pushedLionel Elie Mamane
2014-09-05brown paper bag / fix buildLionel Elie Mamane
2014-09-05odbc: no, RTL_TEXTENCODING_UCS2/4 doesn't work as we intendedLionel Elie Mamane
2014-09-05be more paranoidLionel Elie Mamane
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud
2014-08-28fdo#82088: changed namespace from utl to css::utilStefan Weiberg
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-21remove commented out namespace aliasesThomas Arnhold
2014-08-21starsdbc -> css::sdbcThomas Arnhold
2014-08-21staruno -> css::unoThomas Arnhold
2014-08-20make debug builds fail hard on unexpected conditionsLionel Elie Mamane
2014-08-20update comments with my new findingsLionel Elie Mamane
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20remove some dead Java codeNoel Grandin
2014-08-20avoid potential null dereferenceDavid Tardon
2014-08-20do not use obsolete OSL_VERIFY macroDavid Tardon
2014-08-20this assert does not make senseDavid Tardon
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane
2014-08-18fdo#82757 call convertStringToNumber and detectNumberFormat with same localeLionel Elie Mamane
2014-08-18check len before memcpying into itCaolán McNamara
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13connectivity: remove pre-Java1.5 workaroundNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold
2014-08-13update_pchThomas Arnhold
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-09check return of Execute row and propogate error codeCaolán McNamara
2014-08-09Conditional jump or move depends on uninitialised value(s)Caolán McNamara