Merging upstream version 18.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ad94fdbf21
commit
11b24b93ea
67 changed files with 32690 additions and 32450 deletions
|
@ -934,5 +934,8 @@ FROM foo""",
|
|||
assert dtype.is_type("foo")
|
||||
assert not dtype.is_type("bar")
|
||||
|
||||
dtype = exp.DataType.build("a.b.c", udt=True)
|
||||
assert dtype.is_type("a.b.c")
|
||||
|
||||
with self.assertRaises(ParseError):
|
||||
exp.DataType.build("foo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue