[Pkg-owncloud-commits] [php-sabredav] 203/220: Merge pull request #825 from fruux/postgres
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 94ae9013e614ac70189634ad242acdee923a2cdc
Merge: f414344 185c9b5
Author: Evert Pot <me at evertpot.com>
Date: Fri Apr 29 13:52:30 2016 +0700
Merge pull request #825 from fruux/postgres
Proper PostgreSQL support
.travis.yml | 9 ++
CHANGELOG.md | 1 +
...ysql.addressbook.sql => mysql.addressbooks.sql} | 0
...gsql.addressbook.sql => pgsql.addressbooks.sql} | 10 +-
examples/sql/pgsql.calendars.sql | 70 ++++++-----
examples/sql/pgsql.principals.sql | 8 --
examples/sql/pgsql.propertystorage.sql | 2 +-
lib/CalDAV/Backend/PDO.php | 21 +++-
lib/CardDAV/Backend/PDO.php | 9 +-
lib/DAV/PropertyStorage/Backend/PDO.php | 33 ++++-
tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 113 ++++++++++++++---
tests/Sabre/CalDAV/Backend/PDOMySQLTest.php | 32 +----
tests/Sabre/CalDAV/Backend/PDOPgSqlTest.php | 9 ++
tests/Sabre/CalDAV/Backend/PDOSqliteTest.php | 30 +----
tests/Sabre/CardDAV/AddressBookTest.php | 45 +++----
tests/Sabre/CardDAV/Backend/AbstractPDOTest.php | 48 +++++--
tests/Sabre/CardDAV/Backend/PDOMySQLTest.php | 28 +----
tests/Sabre/CardDAV/Backend/PDOPgSqlTest.php | 9 ++
tests/Sabre/CardDAV/Backend/PDOSqliteTest.php | 46 +------
tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php | 14 ++-
tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php | 26 +---
tests/Sabre/DAV/Auth/Backend/PDOPgSqlTest.php | 9 ++
tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php | 21 +---
tests/Sabre/DAV/DbTestHelperTrait.php | 140 +++++++++++++++++++++
tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php | 27 +---
tests/Sabre/DAV/Locks/Backend/PDOPgSqlTest.php | 9 ++
tests/Sabre/DAV/Locks/Backend/PDOSqliteTest.php | 9 ++
tests/Sabre/DAV/Locks/Backend/PDOTest.php | 21 +---
.../PropertyStorage/Backend/AbstractPDOTest.php | 13 +-
.../DAV/PropertyStorage/Backend/PDOMysqlTest.php | 23 +---
.../DAV/PropertyStorage/Backend/PDOPgSqlTest.php | 9 ++
.../DAV/PropertyStorage/Backend/PDOSqliteTest.php | 29 +----
.../DAVACL/PrincipalBackend/AbstractPDOTest.php | 28 ++++-
.../Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php | 39 +-----
.../Sabre/DAVACL/PrincipalBackend/PDOPgSqlTest.php | 9 ++
.../DAVACL/PrincipalBackend/PDOSqliteTest.php | 36 +-----
tests/Sabre/TestUtil.php | 13 ++
tests/bootstrap.php | 4 +-
38 files changed, 534 insertions(+), 468 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list