mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
2 commits
e5e1dd8f58
...
9c2cf10dde
Author | SHA1 | Date | |
---|---|---|---|
|
9c2cf10dde | ||
|
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)
|
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
|
// Add default identity column to columns list
|
||||||
if ($has_default_identity)
|
if ($has_default_identity)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue