We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579569 commit 99f2d0cCopy full SHA for 99f2d0c
tests/Database/Explorer/Explorer.cache.observer.phpt
@@ -27,7 +27,7 @@ $explorer = new Nette\Database\Explorer($connection, $explorer->getStructure(),
27
28
$queries = 0;
29
$connection->onQuery[] = function ($dao, ResultSet $result) use (&$queries) {
30
- if (!preg_match('#SHOW|CONSTRAINT_NAME|pg_catalog|sys\.|SET|PRAGMA|FROM sqlite_#i', $result->getQueryString())) {
+ if (!preg_match('#SHOW|CONSTRAINT_NAME|information_schema|pg_catalog|sys\.|SET|PRAGMA|FROM sqlite_#i', $result->getQueryString())) {
31
$queries++;
32
}
33
};
0 commit comments