Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 669 Bytes

ChangeLog

0.2

0.2.1

  • Fix stringification of datetime objects

0.2.0

  • Improved parameterized queries support

0.1

0.1.6

  • Fix UPDATE JOIN statement. (#3)

0.1.5

  • Add MSSQL dialect.
  • Add Oracle dialect.
  • Fix WITH RECURSIVE support.

0.1.4

  • Add postgres timetz support.

0.1.3

  • Change postgres and sqlite in Dialects enum.
  • Refactor on conflict statement.
  • Support upsert statement.

0.1.2

  • Add support for with recursive.
  • Add insert ignore support.

0.1.1

  • Add support for sqlite and MySQL with limit and order by in delete and update.

0.1.0

  • First release version.