Skip to content

Commit d17c90d

Browse files
committed
MariaDB disable getSupportForIndexArray
1 parent 734173f commit d17c90d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Database/Adapter/MariaDB.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,4 +2120,12 @@ public function getSupportForNumericCasting(): bool
21202120
{
21212121
return true;
21222122
}
2123+
2124+
public function getSupportForIndexArray(): bool
2125+
{
2126+
/**
2127+
* Added for Appwrite tests
2128+
*/
2129+
return false;
2130+
}
21232131
}

0 commit comments

Comments
 (0)