plusls
plusls
Add `set_depth_unlimit` to unlimit stack depth
In python 2.7, some times have `JUMP_FORWARD` after `RAISE_VARARGS`, and sometimes not, we should check if we are in the end of `if block` JUMP_FORWARD example: ``` Object Name: _check_closed...
## Motivation Currently, sea-query cannot generate index creation statements that specify operator classes for expression indexes, such as creating a GiST index with `gist_trgm_ops` on a column or expression. This...