From eb911711727d19860db4bcf61af9e2829975fecf Mon Sep 17 00:00:00 2001 From: "xnuinside@gmail.com" Date: Sun, 8 Sep 2024 23:16:40 +0300 Subject: [PATCH] readme.rst updates --- README.md | 5 +++++ docs/README.rst | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 31719e9..d10e2c0 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,11 @@ for help with debugging & testing support for BigQuery dialect DDLs: * https://github.com/kalyan939 ## Changelog +**v1.6.1** +### Fixes +1. #289 CREATE SCHEMA IF NOT EXISTS plus comment fail +2. schema or db.schema location in snowflake + **v1.6.0** ### IMPORTANT: In this versions there is some output changes & fixes that can break your code. diff --git a/docs/README.rst b/docs/README.rst index e785625..f1e3230 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -555,6 +555,15 @@ for help with debugging & testing support for BigQuery dialect DDLs: Changelog --------- +**v1.6.1** + +Fixes +^^^^^ + + +#. #289 CREATE SCHEMA IF NOT EXISTS plus comment fail +#. schema or db.schema location in snowflake + **v1.6.0** IMPORTANT: