summaryrefslogtreecommitdiff
path: root/tests/fts/consistency/partial-update-data.rq
blob: 25b172a9e5c967e3109d34c05061d66e1501c307 (plain)
1
2
3
4
5
6
7
8
9
10
11
INSERT DATA {
	test:1 a test:A ; test:p "one" ; test:q "two" .
};

DELETE DATA {
	test:1 test:q "two" .
}

INSERT DATA {
	test:1 test:q "three" .
};