added EXISTS operation and test (with some cleanup due to SQL strings)
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 30 Mar 2007 19:59:05 +0000 (19:59 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 30 Mar 2007 19:59:05 +0000 (19:59 +0000)
commit65939e84fa26fc4b6001553f3af86e204de16b10
tree349dabe8664f19e73c0ab02f56d2744edc4e6c37
parent4446ab1b253b49afdf38b01aaa8778af6888d9da
added EXISTS operation and test (with some cleanup due to SQL strings)
simplified tests (using fixed human readable outputs)
LILO-style output in tests
12 files changed:
org.glite.jp.index/Makefile
org.glite.jp.index/examples/query-tests/authz.out
org.glite.jp.index/examples/query-tests/complex_query.out
org.glite.jp.index/examples/query-tests/dump1.sql
org.glite.jp.index/examples/query-tests/exists_query.in [new file with mode: 0644]
org.glite.jp.index/examples/query-tests/exists_query.out [new file with mode: 0644]
org.glite.jp.index/examples/query-tests/jobid_query.out
org.glite.jp.index/examples/query-tests/origin_query.out
org.glite.jp.index/examples/query-tests/run-test.sh
org.glite.jp.index/examples/query-tests/simple_query.out
org.glite.jp.index/src/db_ops.c
org.glite.jp.index/src/soap_ops.c