Skip to content

Commit

Permalink
correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
kanha-gupta committed Nov 5, 2023
1 parent 39bd88e commit b186617
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/it/parser/src/main/resources/case/dml/delete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,10 @@
</delete>

<delete sql-case-id="delete_with_remote_database_table">
<table name="locations" start-index="12" stop-index="23">
<table name="locations" start-index="12" stop-index="30">
<owner name="hr" start-index="12" stop-index="13" />
<dbLink name="remote" />
<at name="@" />
</table>
<where start-index="32" stop-index="55">
<expr>
Expand Down

0 comments on commit b186617

Please sign in to comment.