Adding upstream version 25.21.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0b78a18345
commit
cfe8a51f10
105 changed files with 50314 additions and 49385 deletions
|
@ -1035,7 +1035,6 @@ FROM foo""",
|
|||
self.assertEqual(exp.DataType.build("GEOGRAPHY").sql(), "GEOGRAPHY")
|
||||
self.assertEqual(exp.DataType.build("GEOMETRY").sql(), "GEOMETRY")
|
||||
self.assertEqual(exp.DataType.build("STRUCT").sql(), "STRUCT")
|
||||
self.assertEqual(exp.DataType.build("NULLABLE").sql(), "NULLABLE")
|
||||
self.assertEqual(exp.DataType.build("HLLSKETCH", dialect="redshift").sql(), "HLLSKETCH")
|
||||
self.assertEqual(exp.DataType.build("HSTORE", dialect="postgres").sql(), "HSTORE")
|
||||
self.assertEqual(exp.DataType.build("NULL").sql(), "NULL")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue