Fixed SEGV for condition with EXISTS operation.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 22 Mar 2007 18:41:22 +0000 (18:41 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 22 Mar 2007 18:41:22 +0000 (18:41 +0000)
commit8f53bdb966ba02d64236ac50f57e4b575d393156
treefd203e58dde608941fb088720a42ab0edd3f05eb
parent0739f5cc694c89d31c1aec6cc671b27bddf4e653
Fixed SEGV for condition with EXISTS operation.
Implemented origin queries with according tests.
14 files changed:
org.glite.jp.index/Makefile
org.glite.jp.index/examples/jpis-client.c
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/jobid_query.out
org.glite.jp.index/examples/query-tests/origin_query.in [new file with mode: 0644]
org.glite.jp.index/examples/query-tests/origin_query.out [new file with mode: 0644]
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/context.c
org.glite.jp.index/src/context.h
org.glite.jp.index/src/db_ops.c
org.glite.jp.index/src/soap_ops.c