summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FResultSet.cxx
AgeCommit message (Expand)Author
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-01-31coverity#1267674 Dereference after null checkCaolán McNamara
2015-01-05fdo#80968 file resultset seek table to before beginning on opening resultsetLionel Elie Mamane
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
2014-08-09check return of Execute row and propogate error codeCaolán McNamara
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-07-02coverity#706308 Uncaught exceptionCaolá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-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-28Remove remaining DBG_CTOR etc. remnants from connectivityStephan Bergmann
2014-03-13coverity#705789 Dereference before null checkCaolán McNamara
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-01-28bool improvementsStephan Bergmann
2013-12-13assert non-nullnessStephan Bergmann
2013-12-13sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*Lionel Elie Mamane
2013-11-30fdo#72148 if expecting table at begin, explicitly set it soLionel Elie Mamane
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-19remove unused & suspicious methodLionel Elie Mamane
2013-05-19connectivity::file::OResultSet remove totally unused data memberLionel Elie Mamane
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-08-07Replace usage of rtl/memory.h in connectivity with equivalent from string.hArnaud Versini
2012-06-12re-base on ALv2 code.Michael Meeks
2012-01-23connectivity: fdo#43479: sort order doesn't matterMichael Stahl
2012-01-20connectivity: fdo#43479: fix crash on DISTINCT:Michael Stahl
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-04-08Remove the C52 define.Francois Tigeot
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold