summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Remove unused fileStephan Bergmann1-31/+0
2015-02-09Fuck that left-behind .lck fileStephan Bergmann1-0/+0
2015-02-09Adapt file URL hackery to WindowsStephan Bergmann2-1/+1
2015-02-09dbaccess: use constructor feature for ORowSetMiklos Vajna4-5/+6
2015-02-08Typo: getQueryDefintions->getQueryDefinitionsJulien Nabet2-5/+5
2015-02-08Typo: esacpe->escapeJulien Nabet5-9/+9
2015-02-07loplugin:deletedspecialStephan Bergmann10-29/+21
2015-02-05tdf#89070 Table filter dialog: properly initialise OTableTreeListBoxLionel Elie Mamane1-0/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian3-4/+15
2015-02-05Resolves: tdf#88825 absent datasource causes exception / abortCaolán McNamara1-15/+23
2015-02-05callcatcher: update unused codeCaolán McNamara4-41/+0
2015-02-04callcatcher: remove some more recently discovered unused methodsCaolán McNamara4-38/+0
2015-02-03Fix PythonTest_dbaccess_pythonStephan Bergmann1-1/+2
2015-02-03copy test file to workdir to avoid overwritingLionel Elie Mamane2-1/+11
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-8/+0
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