Skip to content

Commit

Permalink
for #1316, update delete_without_sharding_value test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Oct 16, 2018
1 parent 29ca51c commit 23dcfb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sharding-core/src/test/resources/parser/delete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
<tokens>
<table-token begin-position="12" original-literals="t_order" />
</tokens>
<or-condition>
<and-condition>
<condition column-name="status" table-name="t_order" operator="EQUAL">
<value index="0" literal="init" type="String" />
</condition>
</and-condition>
</or-condition>
</parser-result>

<parser-result sql-case-id="delete_with_special_character_without_sharding_value">
Expand Down

0 comments on commit 23dcfb6

Please sign in to comment.