Adding upstream version 10.5.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
63044b3f6c
commit
b97d49f611
58 changed files with 1480 additions and 383 deletions
|
@ -117,6 +117,11 @@ class TestTranspile(unittest.TestCase):
|
|||
"select x from foo -- x",
|
||||
"SELECT x FROM foo /* x */",
|
||||
)
|
||||
self.validate(
|
||||
"""select x, --
|
||||
from foo""",
|
||||
"SELECT x FROM foo",
|
||||
)
|
||||
self.validate(
|
||||
"""
|
||||
-- comment 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue