mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[ticket/17507] Fix notification related tests
PHPBB-17507
This commit is contained in:
parent
ca0845ff54
commit
d3338b9142
1 changed files with 4 additions and 0 deletions
|
@ -213,6 +213,10 @@ abstract class phpbb_database_test_case extends TestCase
|
|||
|
||||
if ($has_default_identity || $add_primary_keys)
|
||||
{
|
||||
// Enable implicit identity insert on mssql
|
||||
$sql = "SET IDENTITY_INSERT $key OFF";
|
||||
$db->sql_query($sql);
|
||||
|
||||
// Add default identity column to columns list
|
||||
if ($has_default_identity)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue