summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-01-28not all OrCriteria have three childrenLionel Elie Mamane1-2/+4
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-1/+14
2015-01-28Use vector::dataStephan Bergmann5-10/+5
2015-01-28CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus JavaTor Lillqvist1-1/+2
2015-01-27this seems to be the intent of the codeLionel Elie Mamane1-1/+1
2015-01-27fix damage done by OUString conversionLionel Elie Mamane1-5/+18
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin3-4/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin33-90/+87
2015-01-26indentationLionel Elie Mamane1-1/+1
2015-01-26tdf#70236 propertly recognise full Access 2007 URLLionel Elie Mamane1-1/+1
2015-01-25tdf#73059 isDBReadOnly ensure connection before trying to retrieve itLionel Elie Mamane1-0/+1
2015-01-25when beforeFirst/afterLast, there is no value, so none to notifyLionel Elie Mamane1-5/+6
2015-01-25that better be the caseLionel Elie Mamane1-0/+1
2015-01-25WaE: unused memberCaolán McNamara1-2/+0
2015-01-25coverity#1266500 Unused valueCaolán McNamara1-6/+1
2015-01-25coverity#1266514 Useless callCaolán McNamara1-1/+1
2015-01-24Typo: syncro->synchro (dbaccess)Julien Nabet2-5/+5
2015-01-24Fix 59288cdab6dc4b5a3fcaf94480d6ee19baa1e07dJulien Nabet1-8/+8
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet5-7/+7
2015-01-24Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet5-7/+94
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet5-94/+7
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist3-3/+3
2015-01-22fdo#88475 add UnitTestLionel Elie Mamane4-0/+271
2015-01-22RowSet: notify listeners when next() brings us afterLastLionel Elie Mamane1-1/+13
2015-01-22Malarkey, the cache has been positioned by our caller and we do not move it.Lionel Elie Mamane1-8/+0
2015-01-22use enum constant instead of hard-coded integer literalLionel Elie Mamane1-2/+2
2015-01-22fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane3-20/+19
2015-01-21has_focus is not implemented, remove usesCaolán McNamara1-3/+10
2015-01-20Some more loplugin:cstylecast: dbaccessStephan Bergmann2-4/+4
2015-01-16remove unnecessary parenthesesNoel Grandin1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin11-15/+15
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin14-42/+42
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-7/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl16-22/+23
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin5-107/+0
2015-01-07Variadic cppu::ImplInheritanceHelperStephan Bergmann1-2/+2
2015-01-07Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara2-17/+60
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk4-5/+4
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-10/+10
2015-01-05java: these fields can become local variablesNoel Grandin1-5/+3
2015-01-05java: remove dead codeNoel Grandin1-10/+0
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara3-6/+6
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-31Related fdo#87840: mix between ignorecurrency and inputchecksJulien Nabet1-2/+2
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
2014-12-18Work around MSVC bugStephan Bergmann1-3/+3
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann22-77/+73
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1