Skip to content

ext-table-gen v2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 13:37
· 51 commits to main since this release
v2.0

Firebird External Table Generator version 2.0 is the second release of this application.

This version introduces two major new features:

  • Support for additional data types:
    • Integral number types:

      • smallint
      • integer
      • bigint
      • int128
    • Exact numeric types (fixed point):

      • numeric
      • decimal
    • Datetime types:

      • date
      • time (without time zone)
      • timestamp (without time zone)
  • Customizing the CSV parser configuration