Adding upstream version 18.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ab14e550ff
commit
e0d212c3f9
56 changed files with 29963 additions and 29170 deletions
|
@ -76,7 +76,7 @@ def eliminate_distinct_on(expression: exp.Expression) -> exp.Expression:
|
|||
|
||||
return (
|
||||
exp.select(*outer_selects)
|
||||
.from_(expression.subquery())
|
||||
.from_(expression.subquery("_t"))
|
||||
.where(exp.column(row_number).eq(1))
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue