mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
1 commit
ac867d1987
...
d3338b9142
Author | SHA1 | Date | |
---|---|---|---|
|
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