-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix enums not quoted #10
Conversation
@abondar Could you review this? |
Hey @waketzheng, thank you for PR! Can you please provide a code snippet that uses Tortoise and exposes the bug? Maybe, a test case in Tortoise that will show the failing functionality. It would be helpful if you create a PR to tortoise-orm where your version of |
|
@waketzheng Should I merge it and release? Or you would like to do it yourself? |
Let me do it. |
Fixes #7
Most code copied from kayak/pypika#576
Then add test for datetime.time type, and run
poetry update
to upgrade dependencies, changed ruff command and config to fix warnings.Add py.typed and pass mypy check.
Refactor utils and move Exceptions to a new file (exceptions.py)