Commit Graph

485 Commits

Author SHA1 Message Date
Jeff Tao a54e96fc05 fix issue #662 2019-10-31 13:43:51 +08:00
Jeff Tao dea69ae5d2 fix issue #659 2019-10-29 19:20:51 +08:00
hjxilinx d4bcce0d8f Merge remote-tracking branch 'origin/master' 2019-10-29 17:53:40 +08:00
hjxilinx 6fec7de230 fix bug #657. RPC module frees the msg body while other threads still access that struct to cause the SIGSEGV error. 2019-10-29 17:53:19 +08:00
haojun Liao bd2b9f0647
Merge pull request #651 from xieyinglin/master
print the java.library.path variable for debug
2019-10-29 17:32:33 +08:00
hjxilinx 9c468129d2 fix the bug that the setLocale function return wrong value to cause both the TDengine and Shell fail to launch.#494 #478 2019-10-29 17:26:59 +08:00
xieyinglin 0fcdb5ae39 print the java.library.path variable for debug
format the code
2019-10-26 11:46:23 +08:00
hjxilinx 93371c71c9 add some log for close connection 2019-10-25 15:42:33 +08:00
slguan 5683cb5ba6
Merge pull request #646 from xieyinglin/master
fix issue #642 to add  druid pool support
2019-10-25 15:18:24 +08:00
xieyinglin 6919818225 edit maven plugin 2019-10-25 15:08:22 +08:00
xieyinglin dd534536e9 Merge remote-tracking branch 'upstream/master' 2019-10-24 16:19:12 +08:00
xieyinglin f968071b1b add druid pool support for issue #642 2019-10-24 16:18:11 +08:00
haojun Liao 4900dcdc4e
Merge pull request #641 from xieyinglin/master
add support preparedstatement execute batch
2019-10-24 14:12:18 +08:00
hjxilinx cd95c32a86 fix bug #645 2019-10-24 13:29:08 +08:00
xieyinglin 2add95e9fe format the code 2019-10-24 12:19:49 +08:00
xieyinglin 76f82481f5 add support preparedstatement execute batch 2019-10-23 17:26:35 +08:00
slguan eccfeed8f4 release version 1.6.3.0 2019-10-21 19:35:02 +08:00
xieyinglin 49080adeee
update less or equal symbol
update less or equal symbol
2019-10-17 10:20:39 +08:00
xieyinglin 1450a76c37
Merge pull request #627 from taosdata/xieyinglin-patch-1
udpate jdbcdriver maven repository
2019-10-17 10:06:10 +08:00
xieyinglin 7d4f287615
udpate jdbcdriver maven repository
taosjdbc-driver have benn published to maven central repository, you can serach from https://search.maven.org or https://mvnrepository.com.
2019-10-17 10:03:12 +08:00
slguan 8ff3b0f78d
Merge pull request #621 from xieyinglin/patch-3
update english single quote and  =< to <=
2019-10-16 13:27:47 +08:00
slguan 93fac0d889
Merge pull request #619 from xieyinglin/patch-2
release taos-jdbcdriver.jar to maven central repo
2019-10-16 13:27:29 +08:00
Stone Tao 4d540a76d3
Merge pull request #623 from StoneT2000/master
Fixed bugs relating to timestamps
2019-10-15 12:02:40 -07:00
StoneT2000 25fce754e6 Node td-connector version update 2019-10-15 12:01:58 -07:00
StoneT2000 bd08e77705 Fixed time conversion bug
- Fixed bug when the least significant bits of timestamp may cause time to be converted to 0
- Fixed small display bug with time and sig figs.
2019-10-15 12:01:02 -07:00
StoneT2000 90a27ad7fd Updated npm package 2019-10-15 02:09:47 -07:00
StoneT2000 01fde39706 Fixed timestamp offset error and microsecond not displaying 2019-10-15 02:09:00 -07:00
xieyinglin 59d94ceda0
update english single quote and =< to <=
update english single quote and less than or equal to <=
2019-10-15 16:10:39 +08:00
xieyinglin 2bbb2293b1
release taos-jdbcdrvier.jar to maven central repo
taos-jdbcdrvier.jar has deployed to  maven central repo, you can search from https://search.maven.org or https://mvnrepository.com
2019-10-15 15:48:12 +08:00
slguan 1cc5070377 Delete false alarm log in jdbc driver 2019-10-12 23:17:56 +08:00
slguan 02798e10d8 Fix compile errors on different platforms 2019-10-12 23:16:58 +08:00
hjxilinx 24565c3490 fix bug #614 2019-10-12 22:01:45 +08:00
slguan b2bbcd809d Modify compile options, for jdbc call libtaos.so may fail 2019-10-12 18:45:41 +08:00
Stone Tao ec0489a5b1
Merge pull request #610 from StoneT2000/master
Fixed bug where errors were printed as numbers instead of the string
2019-10-11 11:04:37 -07:00
StoneT2000 d45ffe6fc0 Fixed bug where errors were printed as numbers instead of the string 2019-10-11 11:03:34 -07:00
slguan 235f93a9fd add some tool functions 2019-10-11 18:08:10 +08:00
hjxilinx 69232016cf fix a typo 2019-10-11 16:26:49 +08:00
hjxilinx 24e40e8e64 fix bug #608 2019-10-11 15:57:33 +08:00
hjxilinx c26f9ff6af minor style changes 2019-10-11 15:08:16 +08:00
hjxilinx fdfd05f27d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/util/src/ttimer.c
2019-10-11 14:40:03 +08:00
hjxilinx 6e01c527a6 supress some warnings from clang-tidy,valgrind etc. 2019-10-11 14:33:42 +08:00
slguan 1dcdccb73a enable the client to compile under darwin 2019-10-11 14:06:49 +08:00
hjxilinx 25ff54c90c impose uid check for submit blocks, refer to #606 2019-10-11 10:58:06 +08:00
hjxilinx 4e45a4fd74 fix race condition in release cache resource. 2019-10-11 10:27:58 +08:00
hjxilinx c214e229cb remove some unused code 2019-10-10 23:04:44 +08:00
hjxilinx d414fed086 fix the bug of issue #604 2019-10-10 22:07:51 +08:00
hjxilinx a0621dab99 update the skiplist node level generate method, and signature of some functions. 2019-10-09 22:27:58 +08:00
haojun Liao 8bf1054de0
Merge pull request #544 from localvar/fix-jni-init-race
fix race in jni initialization
2019-10-09 18:06:51 +08:00
hjxilinx 0cd1dd4aa1 refactor code in cache module, and fix some race condition problems. 2019-10-09 18:03:43 +08:00
Jeff Tao 07f266634a
Update administrator.md 2019-10-03 11:59:15 +08:00