Skip to content

Release v.2.2.0

Compare
Choose a tag to compare
@go-jet go-jet released this 17 Feb 19:32
· 397 commits to master since this release
eea776a
  • Interval type support. Sample usage can be seen here.
  • Datetime arithmetic with interval types (ADD/SUB).
  • Dynamic projection list support. Sample usage.
  • [bug] Escape reserved words used as identifiers in generated SQL(issue).
  • [bug] Fix crash on generating enum SQL Builder files when database enum contains numeric values(issue).