You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for case insensitive regexp + add support for REGEXP SQLite module (tortoise#1737)
* reformat postgres regex enums and support case insentive regexp
# Conflicts:
# tortoise/contrib/postgres/regex.py
* add regexp supprot for sqlite
* update docs
* fx wrong order of case insenstivie regexp operator
* add tests
* fix sqlite iregexp
# Conflicts:
# tortoise/backends/sqlite/client.py
* remove unused import
* add cast to varchar
# Conflicts:
# tortoise/contrib/postgres/regex.py
* fix tests for mysql
* add null field test
* remove type-ignore statement from mysql regex impl
* add coalesce
* make style and make lint fixes
* fix mysql tests
* make sqlite regexp function installation option, add capability for it
# Conflicts:
# tortoise/backends/sqlite/client.py
* make style & make lint
* fix import issue after rebase
0 commit comments