Skip to content

Commit 3570670

Browse files
committed
reserve words
1 parent 9bcaa34 commit 3570670

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

tests/e2e/Adapter/Base.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,13 +1121,14 @@ public function testCreateIndex(): void
11211121

11221122
$database->createCollection('indexes');
11231123

1124-
if ($this->getDatabase()->getAdapter()->getSupportForCastIndexArray()) {
1125-
/**
1126-
* Check ticks sounding create index reserve words
1127-
*/
1128-
$database->createAttribute('indexes', 'int', Database::VAR_INTEGER, 8, false, array:true);
1129-
$database->createIndex('indexes', 'indx8711', Database::INDEX_KEY, ['int']);
1130-
}
1124+
$database->createAttribute('indexes', 'int', Database::VAR_INTEGER, 8, false, array:true);
1125+
$database->createIndex('indexes', 'indx8711', Database::INDEX_KEY, ['int']);
1126+
1127+
// if ($this->getDatabase()->getAdapter()->getSupportForCastIndexArray()) {
1128+
// /**
1129+
// * Check ticks sounding create index reserve words
1130+
// */
1131+
// }
11311132

11321133
$database->createAttribute('indexes', 'name', Database::VAR_STRING, 10, false);
11331134

0 commit comments

Comments
 (0)