Adding upstream version 18.11.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
be16920347
commit
47f2114347
88 changed files with 52059 additions and 46960 deletions
|
@ -83,7 +83,7 @@ class Redshift(Postgres):
|
|||
class Tokenizer(Postgres.Tokenizer):
|
||||
BIT_STRINGS = []
|
||||
HEX_STRINGS = []
|
||||
STRING_ESCAPES = ["\\"]
|
||||
STRING_ESCAPES = ["\\", "'"]
|
||||
|
||||
KEYWORDS = {
|
||||
**Postgres.Tokenizer.KEYWORDS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue