jet v2.2.0 Release Notes

Release Date: 2020-02-17 // about 4 years ago
    • ๐Ÿ‘€ 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).