aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/db
Commit message (Expand)AuthorAgeFilesLines
* If the execute method on the mapper receives an assoc array, it binds by valu...Bernhard Posselt2015-03-192-25/+54
* fix tabs and spacesBernhard Posselt2015-02-251-119/+119
* fix mappertestutilityBernhard Posselt2015-02-251-116/+120
* use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-252-47/+48
* fix indentionBernhard Posselt2015-01-291-7/+6
* add tests for closing the cursorBernhard Posselt2015-01-292-10/+16
* ignore cursorclosingBernhard Posselt2015-01-291-8/+9
* Make remaining files extend the test baseJoas Schilling2014-11-193-5/+6
* Make Entity properties ```protected``` as in docsOliver Gasser2014-08-272-7/+7
* kill unused require of MapperTestUtility.phpThomas Müller2014-07-171-4/+5
* fixing namespace of MapperTestUtilityThomas Müller2014-07-171-1/+1
* use fetch method instead of fetchRow because fetchRow is only an owncloud int...Bernhard Posselt2014-05-141-3/+3
* dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt2014-04-232-1/+24
* fix phpdoc for entitiesBernhard Posselt2014-04-202-4/+9
* move db into iservercontainerBernhard Posselt2014-04-192-1/+3
* remove unusued variableBernhard Posselt2014-04-191-6/+0
* remove unusued variableBernhard Posselt2014-04-191-1/+0
* fix scrutinizer issuesBernhard Posselt2014-04-192-12/+23
* port database layer from appframework to coreBernhard Posselt2014-04-193-0/+647