summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)Author
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-18boost->stdCaolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara
2015-01-28janitorialLionel Elie Mamane
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-27coverity#1249674 Missing break in switchCaolán McNamara
2014-10-25coverity#1202804 Explicit null dereferencedCaolán McNamara
2014-10-09fdo#84073: change ODBC/JDBC escapes to lowercaseJulien Nabet
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26connectivity: typoMichael Stahl
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane
2014-07-19fdo#81336 bison priority increase with bigger numberLionel Elie Mamane
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin
2014-07-07WaE: enumeration values not handled in switchTor Lillqvist
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-03JOINs are left-associativeLionel Elie Mamane
2014-07-02SAL_WARN->assertCaolán McNamara
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05coverity#1158175 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-28bool improvementsStephan Bergmann