We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25f9d56 + b2467ef commit c4521bfCopy full SHA for c4521bf
CHANGELOG.md
@@ -54,6 +54,15 @@
54
* Fix for error message with multiple CALL statements (#223)
55
* Recognize the question mark character as a parameter (#242)
56
57
+## [4.7.0] - 2020-10-08
58
+
59
+* EXISTS is also a function. (#297)
60
+* Fix lexer to not allow numbers with letters (#300)
61
+* Add support for INVISIBLE keyword (#292)
62
+* Fix the "$" might be a character used in a name (#301)
63
+* Fix use stream_select instead of non-blocking STDIN (#309)
64
+* Add select validation to a create view statement (#310)
65
66
## [4.6.1] - 2020-03-20
67
68
* Revert some changes with the understanding of ANSI_QUOTES mode and identifiers
0 commit comments