Minor adjustments before sharing with Jeff
This commit is contained in:
parent
2114f729a9
commit
8c64960e4c
|
@ -1,7 +1,7 @@
|
||||||
from .cinterface import CTaosInterface
|
from .cinterface import CTaosInterface
|
||||||
from .error import *
|
from .error import *
|
||||||
|
|
||||||
querySeqNum = 0
|
# querySeqNum = 0
|
||||||
|
|
||||||
class TDengineCursor(object):
|
class TDengineCursor(object):
|
||||||
"""Database cursor which is used to manage the context of a fetch operation.
|
"""Database cursor which is used to manage the context of a fetch operation.
|
||||||
|
|
|
@ -10,5 +10,4 @@ export PYTHONPATH=$(pwd)/../../src/connector/python/linux/python3
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../../build/build/lib
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../../build/build/lib
|
||||||
|
|
||||||
# Now we are all let, and let's run our cases!
|
# Now we are all let, and let's run our cases!
|
||||||
# python3 ./test.py -m 127.0.0.1 -f insert/basic.py
|
python3 ./test.py -m 127.0.0.1 -f insert/basic.py
|
||||||
./random_walk.py
|
|
||||||
|
|
Loading…
Reference in New Issue