Skip to content

Releases: tortoise/pypika-tortoise

v0.5.0

10 Jan 16:06
1ab383c
Compare
Choose a tag to compare
  • Replace get_sql kwargs with SqlContext to improve performance

v0.4.0

27 Dec 10:56
4a263cb
Compare
Choose a tag to compare

What's Changed

  • Rename package name from pypika to pypika_tortoise by @waketzheng in #22

Full Changelog: v0.3.2...v0.4.0

v0.3.2

03 Dec 14:27
9756418
Compare
Choose a tag to compare
  • Added QueryBuilder.get_parameterized_sql

v0.3.1

28 Nov 13:57
a303518
Compare
Choose a tag to compare
  • Array can be parametrized

v0.3.0

21 Nov 17:20
c9b8d17
Compare
Choose a tag to compare
  • 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

18 Nov 08:15
def1617
Compare
Choose a tag to compare

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

v0.2.1

02 Oct 11:52
Compare
Choose a tag to compare
Bump to 0.2.1

v0.2.0

01 Oct 08:17
Compare
Choose a tag to compare
  • Improved support for parametrised queries (#11)

v0.1.6

11 Jul 09:21
Compare
Choose a tag to compare
  • Fix UPDATE JOIN statement. (#3)

v0.1.5

20 May 04:40
Compare
Choose a tag to compare
  • Add MSSQL dialect.
  • Add Oracle dialect.
  • Fix WITH RECURSIVE support.