- QuotaManager cleaning failed: ... parser stack overflow" #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
The generated SQL for cleaning the QuotaManager table seems to be too long.
Unfortunately I couldn't find a better way to do this in the SQL library I'm using. Basically I need to select records matching any (url) pattern in the whitelist, so if this list is large, it will produce a very long WHERE condition.
If you have any idea, I would be happy to try to implement it.
This is where the query is built: https://maxwell.ydns.eu/git/rnhmjoj/bisc/src/branch/master/Main.hs#L150
Ok, I figured out a way to do it: it should be fixed in the next release.