-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1171 from tuohai666/dev
#569, fix RowCountToken beginPosition
- Loading branch information
Showing
10 changed files
with
132 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...resources/integrate/cases/dql/dataset/db/select_pagination_with_row_number_not_at_end.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<dataset> | ||
<metadata> | ||
<column name="order_id" /> | ||
<column name="user_id" /> | ||
<column name="status" /> | ||
</metadata> | ||
<row values="1000, 10, init" /> | ||
<row values="1001, 10, init" /> | ||
<row values="1100, 11, init" /> | ||
<row values="1101, 11, init" /> | ||
<row values="1200, 12, init" /> | ||
<row values="1201, 12, init" /> | ||
<row values="1300, 13, init" /> | ||
<row values="1301, 13, init" /> | ||
<row values="1400, 14, init" /> | ||
<row values="1401, 14, init" /> | ||
<row values="1500, 15, init" /> | ||
<row values="1501, 15, init" /> | ||
<row values="1600, 16, init" /> | ||
<row values="1601, 16, init" /> | ||
<row values="1700, 17, init" /> | ||
<row values="1701, 17, init" /> | ||
<row values="1800, 18, init" /> | ||
<row values="1801, 18, init" /> | ||
<row values="1900, 19, init" /> | ||
<row values="1901, 19, init" /> | ||
</dataset> |
27 changes: 27 additions & 0 deletions
27
...cases/dql/dataset/dbtbl_with_masterslave/select_pagination_with_row_number_not_at_end.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<dataset> | ||
<metadata> | ||
<column name="order_id" /> | ||
<column name="user_id" /> | ||
<column name="status" /> | ||
</metadata> | ||
<row values="1000, 10, init_slave" /> | ||
<row values="1001, 10, init_slave" /> | ||
<row values="1002, 10, init_slave" /> | ||
<row values="1003, 10, init_slave" /> | ||
<row values="1004, 10, init_slave" /> | ||
<row values="1005, 10, init_slave" /> | ||
<row values="1006, 10, init_slave" /> | ||
<row values="1007, 10, init_slave" /> | ||
<row values="1008, 10, init_slave" /> | ||
<row values="1009, 10, init_slave" /> | ||
<row values="1100, 11, init_slave" /> | ||
<row values="1101, 11, init_slave" /> | ||
<row values="1102, 11, init_slave" /> | ||
<row values="1103, 11, init_slave" /> | ||
<row values="1104, 11, init_slave" /> | ||
<row values="1105, 11, init_slave" /> | ||
<row values="1106, 11, init_slave" /> | ||
<row values="1107, 11, init_slave" /> | ||
<row values="1108, 11, init_slave" /> | ||
<row values="1109, 11, init_slave" /> | ||
</dataset> |
27 changes: 27 additions & 0 deletions
27
.../integrate/cases/dql/dataset/masterslave/select_pagination_with_row_number_not_at_end.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<dataset> | ||
<metadata> | ||
<column name="order_id" /> | ||
<column name="user_id" /> | ||
<column name="status" /> | ||
</metadata> | ||
<row values="1000, 10, init_slave" /> | ||
<row values="1001, 10, init_slave" /> | ||
<row values="1100, 11, init_slave" /> | ||
<row values="1101, 11, init_slave" /> | ||
<row values="1200, 12, init_slave" /> | ||
<row values="1201, 12, init_slave" /> | ||
<row values="1300, 13, init_slave" /> | ||
<row values="1301, 13, init_slave" /> | ||
<row values="1400, 14, init_slave" /> | ||
<row values="1401, 14, init_slave" /> | ||
<row values="1500, 15, init_slave" /> | ||
<row values="1501, 15, init_slave" /> | ||
<row values="1600, 16, init_slave" /> | ||
<row values="1601, 16, init_slave" /> | ||
<row values="1700, 17, init_slave" /> | ||
<row values="1701, 17, init_slave" /> | ||
<row values="1800, 18, init_slave" /> | ||
<row values="1801, 18, init_slave" /> | ||
<row values="1900, 19, init_slave" /> | ||
<row values="1901, 19, init_slave" /> | ||
</dataset> |
27 changes: 27 additions & 0 deletions
27
...esources/integrate/cases/dql/dataset/tbl/select_pagination_with_row_number_not_at_end.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<dataset> | ||
<metadata> | ||
<column name="order_id" /> | ||
<column name="user_id" /> | ||
<column name="status" /> | ||
</metadata> | ||
<row values="1000, 10, init" /> | ||
<row values="1001, 10, init" /> | ||
<row values="1002, 10, init" /> | ||
<row values="1003, 10, init" /> | ||
<row values="1004, 10, init" /> | ||
<row values="1005, 10, init" /> | ||
<row values="1006, 10, init" /> | ||
<row values="1007, 10, init" /> | ||
<row values="1008, 10, init" /> | ||
<row values="1009, 10, init" /> | ||
<row values="1100, 11, init" /> | ||
<row values="1101, 11, init" /> | ||
<row values="1102, 11, init" /> | ||
<row values="1103, 11, init" /> | ||
<row values="1104, 11, init" /> | ||
<row values="1105, 11, init" /> | ||
<row values="1106, 11, init" /> | ||
<row values="1107, 11, init" /> | ||
<row values="1108, 11, init" /> | ||
<row values="1109, 11, init" /> | ||
</dataset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters