* feat(orm): support where enum
* fix(orm): super transform for where
* feat(orm): support nested enum in where and/or
* fix: resolve field's model from scope instead of relying on table qualification
* fix(orm): cuid() generator should respect version argument
---------
Co-authored-by: FTB_lag <tabolskyy.git@gmail.com>
* Add support for generated identifier format strings (ID prefixing).
* Add tests.
* Add missing semicolon.
* Cleanup logic.
* Fix typo.
* Use `replaceAll` instead.
* Add language support and tests.
* Simplify logic.
* allow using '\\%s' to escape replacement pattern, improve tests
* Shorten some test names.
---------
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>