Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Nov 11, 2024
1 parent d493aab commit c88e199
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion edb/pgsql/resolver/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ def resolve_SortBy(
)



@dispatch._resolve.register
def resolve_LockingClause(
expr: pgast.LockingClause,
Expand Down
1 change: 0 additions & 1 deletion tests/test_sql_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ def test_sql_parse_query_01(self):
SELECT * FROM my_table ORDER BY field ASC NULLS LAST USING @>
"""

@test.xfail("unsupported")
def test_sql_parse_query_02(self):
"""
SELECT m.* FROM mytable AS m FOR UPDATE
Expand Down

0 comments on commit c88e199

Please sign in to comment.