Skip to content

0.34.0

Choose a tag to compare

@nene nene released this 25 Oct 17:03
· 64 commits to master since this release

Breaking changes

  • Eliminate separate reset_all_parameters_clause & reset_all_parameters_stmt (0a99ef6)
  • Group parameter clauses with parameter statements (9a37a82)
  • Split EXECUTE and EXECUTE IMMEDIATE (in BigQuery) to separate node types (af2df34)

Improved PostgreSQL support

  • Support SHOW statement
  • Support RESET statement
  • Support SET TIME ZONE statement
  • Support SET statement
  • Support DO statement
  • Support CALL statement
  • Support SEQUENCE NAME option in sequence syntax
  • Support LOGGED & UNLOGGED options in sequence syntax
  • Add missing exports of SequenceOption* types

Improved Prepared statements support

  • Support DEALLOCATE PREPARE in MySQL, MariaDB & PostgreSQL
  • Support PREPARE .. AS in PostgreSQL
  • Support PREPARE statement in MySQL & MariaDB
  • Support EXECUTE statement in MySQL, MariaDB & PostgreSQL