summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2015-02-17callcatcher: update unused codeCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-12Remove unused fileStephan Bergmann
2015-02-09Fuck that left-behind .lck fileStephan Bergmann
2015-02-09Adapt file URL hackery to WindowsStephan Bergmann
2015-02-09dbaccess: use constructor feature for ORowSetMiklos Vajna
2015-02-08Typo: getQueryDefintions->getQueryDefinitionsJulien Nabet
2015-02-08Typo: esacpe->escapeJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05tdf#89070 Table filter dialog: properly initialise OTableTreeListBoxLionel Elie Mamane
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-05Resolves: tdf#88825 absent datasource causes exception / abortCaolán McNamara
2015-02-05callcatcher: update unused codeCaolán McNamara
2015-02-04callcatcher: remove some more recently discovered unused methodsCaolán McNamara
2015-02-03Fix PythonTest_dbaccess_pythonStephan Bergmann
2015-02-03copy test file to workdir to avoid overwritingLionel Elie Mamane
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-28not all OrCriteria have three childrenLionel Elie Mamane
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane
2015-01-28Use vector::dataStephan Bergmann
2015-01-28CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus JavaTor Lillqvist
2015-01-27this seems to be the intent of the codeLionel Elie Mamane
2015-01-27fix damage done by OUString conversionLionel Elie Mamane
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-26indentationLionel Elie Mamane
2015-01-26tdf#70236 propertly recognise full Access 2007 URLLionel Elie Mamane
2015-01-25tdf#73059 isDBReadOnly ensure connection before trying to retrieve itLionel Elie Mamane
2015-01-25when beforeFirst/afterLast, there is no value, so none to notifyLionel Elie Mamane
2015-01-25that better be the caseLionel Elie Mamane
2015-01-25WaE: unused memberCaolán McNamara
2015-01-25coverity#1266500 Unused valueCaolán McNamara
2015-01-25coverity#1266514 Useless callCaolán McNamara
2015-01-24Typo: syncro->synchro (dbaccess)Julien Nabet
2015-01-24Fix 59288cdab6dc4b5a3fcaf94480d6ee19baa1e07dJulien Nabet
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet
2015-01-24Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist
2015-01-22fdo#88475 add UnitTestLionel Elie Mamane
2015-01-22RowSet: notify listeners when next() brings us afterLastLionel Elie Mamane
2015-01-22Malarkey, the cache has been positioned by our caller and we do not move it.Lionel Elie Mamane
2015-01-22use enum constant instead of hard-coded integer literalLionel Elie Mamane
2015-01-22fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane
2015-01-21has_focus is not implemented, remove usesCaolán McNamara
2015-01-20Some more loplugin:cstylecast: dbaccessStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin