1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/15055] Try using build matrix

PHPBB3-15055
This commit is contained in:
Marc Alexander
2017-12-25 19:20:02 +01:00
parent 400fc0f73d
commit 27a24d0a67
4 changed files with 42 additions and 4 deletions

View File

@@ -222,6 +222,14 @@ class phpbb_database_test_connection_manager
$this->purge_extras();
break;
case 'phpbb\db\driver\mssql':
case 'phpbb\db\driver\mssqlnative':
$this->connect();
// Drop all tables
$this->pdo->exec("EXEC sp_MSforeachtable 'DROP TABLE ?'");
$this->purge_extras();
break;
default:
$this->connect(false);