diff options
author | niamhcore <niamh.core@est.tech> | 2021-04-30 14:26:48 +0100 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-05-07 09:43:47 +0100 |
commit | 4c2bb7e92e24ac40a24c9424d48f945712858feb (patch) | |
tree | 4d5b6075221fadb0210630c4a6f77309e2f44faf /cps-ri/src/test/resources/data/fragment.sql | |
parent | 10f834104ead71661cff6823a79b9346169b79e1 (diff) |
Add CpsPathQueries.sql and create data inspired by the bookstore model
Issue-ID: CPS-363
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I1eaee97d6ced7b0c0676de19d74b4d8262a5e811
Diffstat (limited to 'cps-ri/src/test/resources/data/fragment.sql')
-rwxr-xr-x | cps-ri/src/test/resources/data/fragment.sql | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cps-ri/src/test/resources/data/fragment.sql b/cps-ri/src/test/resources/data/fragment.sql index 95cb3c79ad..3e2ae8157e 100755 --- a/cps-ri/src/test/resources/data/fragment.sql +++ b/cps-ri/src/test/resources/data/fragment.sql @@ -31,13 +31,4 @@ INSERT INTO FRAGMENT (ID, DATASPACE_ID, ANCHOR_ID, PARENT_ID, XPATH, ATTRIBUTES) (4206, 1001, 3003, null, '/parent-201', '{"leaf-value": "original"}'), (4207, 1001, 3003, 4206, '/parent-201/child-202', '{"common-leaf-name": "common-leaf other value", "common-leaf-name-int" : 5}'), (4208, 1001, 3003, 4206, '/parent-201/child-203[@key1="A" and @key2=1]', '{"key1": "A", "key2" : 1, "other-leaf" : "leaf value"}'), - (4209, 1001, 3003, 4206, '/parent-201/child-203[@key1="A" and @key2=2]', '{"key1": "A", "key2" : 2, "other-leaf" : "other value"}'); - -INSERT INTO FRAGMENT (ID, DATASPACE_ID, ANCHOR_ID, PARENT_ID, XPATH) VALUES - (1, 1001, 3001, null, '/bookstore'), - (2, 1001, 3001, 1, '/bookstore/books'), - (3, 1001, 3001, 1, '/bookstore/magazines'), - (4, 1001, 3001, 2, '/bookstore/books/categories[@name="SciFi"]'), - (5, 1001, 3001, 3, '/bookstore/magazines/categories[@name="kids"]'), - (6, 1001, 3001, 4, '/bookstore/books/categories[@name="SciFi"]/books'), - (7, 1001, 3001, 6, '/bookstore/magazines/categories[@name="kids"]/books'); + (4209, 1001, 3003, 4206, '/parent-201/child-203[@key1="A" and @key2=2]', '{"key1": "A", "key2" : 2, "other-leaf" : "other value"}');
\ No newline at end of file |