Fix primary key base number after more inserts are done
This commit is contained in:
@@ -3686,8 +3686,9 @@ final class CoreLibsDBIOTest extends TestCase
|
|||||||
public function returingProvider(): array
|
public function returingProvider(): array
|
||||||
{
|
{
|
||||||
// NOTE that query can have multiple inserts
|
// NOTE that query can have multiple inserts
|
||||||
// NOTE if there are different INSERTS before the primary keys will not match anymore
|
// NOTE if there are different INSERTS before the primary keys
|
||||||
$table_with_primary_key_id = 43;
|
// will not match anymore. Must be updated by hand
|
||||||
|
$table_with_primary_key_id = 55;
|
||||||
// 0: query + returning
|
// 0: query + returning
|
||||||
// 1: pk name for db exec
|
// 1: pk name for db exec
|
||||||
// 2: key name/value or null (dbGetReturningExt)
|
// 2: key name/value or null (dbGetReturningExt)
|
||||||
|
|||||||
Reference in New Issue
Block a user