Commit Graph

50 Commits

Author SHA1 Message Date
Huo Linhe 39f8213080
[TD-182]<enhance>: use single repo for python connector (#6036)
* [TD-182]<enhance>: use single repo for python connector

Remove code for each platform and build up one single python code base
for windows/osx/linux platforms and python2/python3 runtime.

* [TD-182]<enhance>: remove redundant code in python connector

* [TD-4149] <fix>: fix python connection config error
2021-05-12 09:49:26 +08:00
Huo Linhe e0cd8d13d2
[TD-4048] <fix>: fix python connector error where ts is null (#6018)
* [TD-4048] <fix>: fix python connector error where ts is null

* [TD-4048] <fix>: bump py connector version to 2.0.9
2021-05-07 10:09:16 +08:00
Shuduo Sang 72c9bbe80c [TD-3288] <fix>: solve python connector bigint and timestamp issue on 32bit. 2021-03-12 18:39:39 +08:00
Shuduo Sang 450bf068f9 [TD-2971] <feature>: make python connector support unsigned int. fix None determine. 2021-02-20 02:14:21 +00:00
Shuduo Sang da32a2571e [TD-2971] feature: make python connector support unsigned type. fix constants id. 2021-02-19 18:26:56 +08:00
Shuduo Sang 42efe016c7 [TD-2971] feature: make python connector support unsigned type. fix pep8 format. 2021-02-19 09:54:00 +08:00
Shuduo Sang 8904a04603 [TD-2971] feature: make python connector support unsigned type. 2021-02-18 13:49:11 +08:00
liuyq-617 d3f97ba000 [TD-2768]feature:4x py fetch performance increase 2021-01-15 18:03:00 +08:00
liuyq-617 e4dce56692 [TD-785]Improve the robustness of python connector 2020-12-04 11:30:21 +08:00
liuyq-617 1993ad245f [TD-785]Improve the robustness of python connector 2020-12-04 11:16:42 +08:00
liuyq-617 92ca5ded0d [TD-785]Improve the robustness of python connector 2020-12-03 16:19:56 +08:00
liuyq-617 f9c34c9370 [TD-2125][TD-2173]<feature>python connector 2020-11-24 17:27:42 +08:00
liuyq-617 521bda2f55 <fix>fix python connector err 2020-11-19 09:52:09 +08:00
Bomin Zhang e491a8908c fix TD-1471 2020-10-20 15:04:47 +08:00
Hui Li 69d8861faf [TD-1750] 2020-10-19 16:56:33 +08:00
Hui Li de2b0de6ee [NONE] 2020-10-19 16:46:41 +08:00
liuyq-617 fa7b5f047c <fix> add python connectionerror 2020-10-19 16:15:54 +08:00
Hui Li 018feb4101 [TD-181] 2020-08-31 11:39:11 +08:00
Steven Li 30f5a202f9 Corrected connection-shared-by-thread flag in Crash_Gen 2020-06-29 20:05:31 -07:00
liu0x54 496932f0cc [TD-785]check the caller and creater, if not match, return none 2020-06-30 01:32:38 +00:00
Shuduo Sang b8a8e14ea1 bump connector version to 2.0.0 for TDengine 2.0
[TD-769]
2020-06-27 16:28:26 +08:00
liu0x54 872d826134 Merge branch 'develop' into feature/pyconn 2020-06-10 11:15:17 +00:00
liu0x54 79ae6f6143 [TD-581] remove unneccesary print, only keep error print 2020-06-10 11:14:09 +00:00
Bomin Zhang 1e7fd87dcb td-459: TSDB_COL_NAME_LEN 2020-06-09 15:30:16 +08:00
Steven Li 5580212d04 Added errno to Python client, plus minor tweaks 2020-06-08 17:37:31 -07:00
Tao Liu efcb54acf1 [TD-530] fix python connector free result behavior 2020-06-06 06:56:26 +00:00
Tao Liu 2f354c2174 [TD-530] fix query result leaks bug 2020-06-06 06:08:27 +00:00
Tao Liu 03ea7bccee [TD-524] fix python connector and rpc maxconns 2020-06-05 08:28:04 +00:00
Tao Liu 2649d517f9 Merge branch 'feature/query' of https://github.com/taosdata/TDengine into feature/query 2020-06-04 08:06:51 +00:00
Tao Liu f9a9a7bc54 [TD-519] fix execute sql return 2020-06-04 08:05:45 +00:00
Shuaiqiang Chang b2017d9fc4 Merge branch 'feature/query' of github.com:taosdata/TDengine into feature/query
* 'feature/query' of github.com:taosdata/TDengine:
  [TD-314] modify python connector to adapt C API
  [td-225] add query cost statistics.
  [TD-314] modify python connector to adapt the taos API change
2020-06-04 13:56:59 +08:00
Shuaiqiang Chang 123d432772 fix: jdbc resultset 2020-06-04 13:56:24 +08:00
Tao Liu cdf64f1957 [TD-314] modify python connector to adapt the taos API change 2020-06-03 05:44:32 +00:00
Shuduo Sang cf4c4e98fd support log Sql command to file.
[TD-383]
2020-05-21 16:12:15 +08:00
Shuduo Sang 0280f36664 add few more cases and support check data type in connector. 2020-05-20 14:17:40 +08:00
Steven Li 55a418ca41 Merge branch 'develop' into feature/crash_gen 2020-05-08 15:20:38 -07:00
liu0x54 36e26330f5 [TD251]fix python connector to process NCHAR 2020-05-08 11:24:39 +00:00
liu0x54 c3bcd6fe1a [TD251]fix python connector to process NCHAR 2020-05-08 09:44:16 +00:00
Steven Li e602795982 Merge branch 'develop' into feature/crash_gen 2020-05-07 00:33:55 -07:00
liu0x54 32d2570c80 [TD-228] fix python connector to support binary interface change 2020-05-07 05:07:16 +00:00
Steven Li 8c64960e4c Minor adjustments before sharing with Jeff 2020-05-01 00:01:34 -07:00
Steven Li 6768ae81a6 Now each WorkerThread provides its own SQL execution, but still using a shared db connection 2020-04-28 00:12:53 -07:00
hzcheng e6f27e5e17 fix python NULL problem 2020-04-24 12:00:04 +08:00
localvar fa8baf8022 subscribe: remove testing code from python connector 2020-01-16 16:58:13 +08:00
localvar f12c270e69 tbase-1470: python2, linux 2020-01-14 10:16:11 +08:00
localvar 781c0ff6bc TBASE-1470: python3 & linux 2020-01-13 16:57:56 +08:00
slguan 4bcb26a752 fix the problem that affectRows in python is incorrect 2019-08-14 19:37:33 +08:00
Hongze Cheng f0364a00d1 fix python close connection error 2019-07-31 10:52:03 +08:00
slguan 8b226b5b79 Fix the issue #222 2019-07-31 10:03:30 +08:00
slguan d8bc5c134d Fix the issue #222, add win64 python connector 2019-07-30 15:15:41 +08:00