core reorg
[csql.git] / test / sqlgw / Select / README
blob70ed6de15766d41e5452ab3112dc1afbf586dc19
1 This module runs SQLGwTest cases for with and without parameterized statements.
3 All the ksh scripts first create the table in target database.
4 The table so created is cached into the csql database cache.
5 The binary executable is run under this script corresponding to the script.
6 once executable is run the results are compared with the expected file.
7 The cached table is unloaded.
9 VALGRIND can also be run on each of the executable for LEAK Checks by setting
10 an environmental variable VALGRIND to true and run the script.
12 $ export VALGRIND=true
13 $ testXXX.ksh
15 An output file testXXX.ksh.valgr is created for leak reference.