[Pkg-owncloud-commits] [owncloud] 54/172: Merge pull request #8274 from owncloud/appframework-db

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 7a6ff56b138f1b7d5f1db49855e5069cc241b052
Merge: 58dc103 3af3062
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Mon May 12 00:12:19 2014 +0200

    Merge pull request #8274 from owncloud/appframework-db
    
    Port database layer from appframework to core

 lib/private/appframework/db/db.php                 |  57 ++++
 lib/private/server.php                             |  13 +
 .../appframework/db/doesnotexistexception.php      |  42 +++
 lib/public/appframework/db/entity.php              | 236 +++++++++++++++++
 lib/public/appframework/db/mapper.php              | 291 +++++++++++++++++++++
 .../db/multipleobjectsreturnedexception.php        |  42 +++
 lib/public/idb.php                                 |  51 ++++
 lib/public/iservercontainer.php                    |   8 +
 tests/lib/appframework/db/EntityTest.php           | 223 ++++++++++++++++
 tests/lib/appframework/db/MapperTest.php           | 279 ++++++++++++++++++++
 tests/lib/appframework/db/MapperTestUtility.php    | 179 +++++++++++++
 11 files changed, 1421 insertions(+)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list