fulltest.bat 799 字节
Newer Older
L
liuyq-617 已提交
1 2 3 4 5 6 7 8 9 10 11
python .\test.py -f insert\basic.py 
python .\test.py -f insert\int.py 
python .\test.py -f insert\float.py 
python .\test.py -f insert\bigint.py 
python .\test.py -f insert\bool.py 
python .\test.py -f insert\double.py 
python .\test.py -f insert\smallint.py 
python .\test.py -f insert\tinyint.py 
python .\test.py -f insert\date.py 
python .\test.py -f insert\binary.py 
python .\test.py -f insert\nchar.py 
L
liuyq-617 已提交
12

L
liuyq-617 已提交
13 14 15 16 17 18 19 20 21
python .\test.py -f query\filter.py 
python .\test.py -f query\filterCombo.py 
python .\test.py -f query\queryNormal.py 
python .\test.py -f query\queryError.py 
python .\test.py -f query\filterAllIntTypes.py 
python .\test.py -f query\filterFloatAndDouble.py 
python .\test.py -f query\filterOtherTypes.py 
python .\test.py -f query\querySort.py 
python .\test.py -f query\queryJoin.py