summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin2-6/+4
2015-03-01avoid NULL ptr deref.David Tardon1-1/+1
2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl7-14/+0
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl8-16/+0
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-02-24TyposJulien Nabet1-1/+1
2015-02-22Simplify erase iterator management (ContentHelper)Julien Nabet1-3/+1
2015-02-18TyposJulien Nabet3-4/+4
2015-02-17callcatcher: update unused codeCaolán McNamara2-9/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-50/+50
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