diff options
author | Deven Bansod <devenbansod@users.noreply.github.com> | 2018-12-21 16:41:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 16:41:34 +0530 |
commit | a1e919682ced8de219bad032940d959f924f8fb7 (patch) | |
tree | 70aabf082d36c809b0367fe030f75373eb6e2263 /tests/data/parser/parseSetNamesError3.in | |
parent | 1b644028d693f7140868ba32e4847e5cd866fa4f (diff) | |
parent | e135782aca6e54e9535e43aaa34259392d92dc89 (diff) | |
download | sql-parser-a1e919682ced8de219bad032940d959f924f8fb7.zip sql-parser-a1e919682ced8de219bad032940d959f924f8fb7.tar.gz sql-parser-a1e919682ced8de219bad032940d959f924f8fb7.tar.bz2 |
Merge pull request #211 from devenbansod/fix/190
Add support for end options in SET statement
Diffstat (limited to 'tests/data/parser/parseSetNamesError3.in')
-rw-r--r-- | tests/data/parser/parseSetNamesError3.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/parseSetNamesError3.in b/tests/data/parser/parseSetNamesError3.in new file mode 100644 index 0000000..1721acb --- /dev/null +++ b/tests/data/parser/parseSetNamesError3.in @@ -0,0 +1 @@ +SET NAMES 'utf8' COLLATE
\ No newline at end of file |