Merging upstream version 15.0.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8deb804d23
commit
fc63828ee4
167 changed files with 58268 additions and 51337 deletions
|
@ -21,7 +21,7 @@ def isolate_table_selects(expression, schema=None):
|
|||
source.replace(
|
||||
exp.select("*")
|
||||
.from_(
|
||||
alias(source.copy(), source.name or source.alias, table=True),
|
||||
alias(source, source.name or source.alias, table=True),
|
||||
copy=False,
|
||||
)
|
||||
.subquery(source.alias, copy=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue