Skip to content

v1.0.3 Fixed bug with `CREATE OR REPLACE SCHEMA` & some more

Compare
Choose a tag to compare
@xnuinside xnuinside released this 20 Jan 15:30
· 85 commits to main since this release

v1.0.3

Improvements

  1. Fixed bug with CREATE OR REPLACE SCHEMA.
  2. Added support of create empty tables without columns CREATE TABLE tablename (); (valid syntax in SQL)

Snowflake

  1. Fixed bug with snowflake stage_ fileformat option value equal a single string as FIELD_OPTIONALLY_ENCLOSED_BY = '\"', FIELD_DELIMITER = '|'
  2. improve snowflake fileformat key equals value into dict. type.