Ignore savepoints in query threshold limit counter
There's a cap on how many queries we can perform per request. The count code includes SAVEPOINT
and RELEASE SAVEPOINT
which are not queries.
Edited by Alex Pooley
There's a cap on how many queries we can perform per request. The count code includes SAVEPOINT
and RELEASE SAVEPOINT
which are not queries.