Merging upstream version 20.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2945bcc4f7
commit
4d9376ba93
132 changed files with 55125 additions and 51576 deletions
|
@ -89,6 +89,7 @@ class TestTranspile(unittest.TestCase):
|
|||
self.validate("SELECT MIN(3)>=MIN(2)", "SELECT MIN(3) >= MIN(2)")
|
||||
self.validate("SELECT 1>0", "SELECT 1 > 0")
|
||||
self.validate("SELECT 3>=3", "SELECT 3 >= 3")
|
||||
self.validate("SELECT a\r\nFROM b", "SELECT a FROM b")
|
||||
|
||||
def test_comments(self):
|
||||
self.validate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue