diff options
| -rw-r--r-- | AUTHORS | 5 | ||||
| -rw-r--r-- | CHANGES | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -14,9 +14,10 @@ Alphabetical list of contributors: * mulos <daniel.strackbein@gmail.com> * Piet Delport <pjdelport@gmail.com> * Prudhvi Vatala <pvatala@gmail.com> -* Robert Nix <com.github@rnix.org> -* Yago Riveiro <yago.riveiro@gmail.com> * quest <quest@wonky.windwards.net> +* Robert Nix <com.github@rnix.org> +* spigwitmer <itgpmc@gmail.com> * Victor Hahn <info@victor-hahn.de> * vthriller <farreva232@yandex.ru> * wayne.wuw <wayne.wuw@alibaba-inc.com> +* Yago Riveiro <yago.riveiro@gmail.com> @@ -3,9 +3,12 @@ Development Bug Fixes * Fix incorrect parsing of string literals containing line breaks (issue118). -* Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124, by Cristian Orellana). +* Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124, + by Cristian Orellana). * Improve parsing of string literals in columns. * Fix parsing and formatting of statements containing EXCEPT keyword. +* Fix Function.get_parameters() with 1 literal as its parameter (issue126, + by spigwitmer). Enhancements * Classify DML keywords (issue116, by Victor Hahn). |
