Adding upstream version 20.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
943dfc0887
commit
8a068da99c
144 changed files with 78309 additions and 59609 deletions
|
@ -32,7 +32,7 @@ class TestGenerator(unittest.TestCase):
|
|||
|
||||
self.assertEqual(
|
||||
exp.DateTrunc(this=exp.to_column("event_date"), unit=exp.var("MONTH")).sql(),
|
||||
"DATE_TRUNC(MONTH, event_date)",
|
||||
"DATE_TRUNC('MONTH', event_date)",
|
||||
)
|
||||
|
||||
def test_identify(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue