Fix primary key base number after more inserts are done

This commit is contained in:
Clemens Schwaighofer
2022-06-03 11:13:35 +09:00
parent cde29c0362
commit f5b6c639fb

View File

@@ -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)