22 lines
800 B
Batchfile
22 lines
800 B
Batchfile
|
|
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
|
|
|
|
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 |