Closed sw0x2A closed 7 years ago
Hi sw0x2A,
Sorry to hear about your regex issues. Note however this project has been discontinued and is now being maintained here: https://github.com/python-diamond
It may be your issue has already been resolved at the new location. Good luck!
Regex pattern '^[0-9A-Z]{{24}}\$' is causing the following warning and result of query is always 0 on Postgresql 9.4-9.6.
This change fixes the query. AFAICS this fix should not break with earlier versions of Postgresql but I could not test it.