tortoise / pypika-tortoise

Forked from pypika and streamline just for tortoise-orm
Apache License 2.0
7 stars 10 forks source link

Fix enums not quoted #10

Open waketzheng opened 5 months ago

waketzheng commented 5 months ago

Fixes #7

Most code copied from https://github.com/kayak/pypika/pull/576 Then add test for datetime.time type, and run poetry update to upgrade dependencies, changed ruff command and config to fix warnings.