Skip to content

0.37.0

Choose a tag to compare

@nene nene released this 06 Dec 16:29
· 35 commits to master since this release

Breaking changes

Major changes to how data types are parsed:

  • named_data_type is now replaced with data_type_name and modified_data_type (309399d, 1605b6d)
  • INTERVAL types are now parsed as interval_data_type (fd1470d, b349053)
  • with_time_zone_data_type is now replaced with time_data_type (df42f4a, 5c3e587)
  • BigQuery parametric types are now parsed as parametric_data_type (3bc4388)
  • PostgreSQL builtin data type names are now parsed as keywords inside data_type_name. data_type_identifier node no more exists.
  • Other PostgreSQL data type names are parsed as identifiers.

Other changes

  • PostgreSQL NATIONAL CHAR data types are now supported.