Releases: tortoise/pypika-tortoise
Releases · tortoise/pypika-tortoise
v0.5.0
v0.4.0
What's Changed
- Rename package name from
pypika
topypika_tortoise
by @waketzheng in #22
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
- Add
Parameterizer
- Update
Parameter
to be dialect-aware - Remove
ListParameter
,DictParameter
,QmarkParameter
, etc. - Wrap query's offset and limit with
ValueWrapper
so they can be parametrized - Fix a missing whitespace for MSSQL when pagination without ordering is used
v0.2.2
What's Changed
- Fix enums not quoted by @waketzheng in #10
- Drop python3.7 support
- Move all custom Exception classes to
pypika.exceptions
- Add
py.typed
to declare type hint support and pass mypy check