table->close is changed to call table->closeScan
commit31873e94ba520f776734094069549b327ac9c4d1
authorkishoramballi <kishoramballi>
Tue, 3 Feb 2009 06:28:34 +0000 (3 06:28 +0000)
committerkishoramballi <kishoramballi>
Tue, 3 Feb 2009 06:28:34 +0000 (3 06:28 +0000)
treedf6a60809493a0a5c4d145c0140c448abb4fe79f
parent566f6f19e6e20837fe4035d3c4a28f0db79ad50c
table->close is changed to call table->closeScan
13 files changed:
test/dbapi/DataType/byteinttest.c
test/dbapi/DataType/chartest.c
test/dbapi/DataType/datetest.c
test/dbapi/DataType/doubletest.c
test/dbapi/DataType/floattest.c
test/dbapi/DataType/inttest.c
test/dbapi/DataType/longlongtest.c
test/dbapi/DataType/longtest.c
test/dbapi/DataType/shorttest.c
test/dbapi/DataType/timestamptest.c
test/dbapi/DataType/timetest.c
test/dbapi/Index/twoindex1.c
test/dbapi/Index/twoindex2.c