Commit Graph

27626 Commits

Author SHA1 Message Date
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
hjxilinx 3bf7180e68 fix issue #584 2019-09-29 18:27:52 +08:00
hjxilinx df03437161 Merge remote-tracking branch 'origin/master' 2019-09-29 17:43:16 +08:00
hjxilinx da3688f8f9 fix issue #584 2019-09-29 17:42:19 +08:00
haojun Liao fcf0723699
Merge pull request #456 from quaff/master
Add java.sql.Driver service provider
2019-09-29 16:48:19 +08:00
haojun Liao 78c8632999
Merge pull request #554 from fangpanpan/master
[JIRANONE] modify JDBC client, if there is no action after query, bef…
2019-09-29 16:47:54 +08:00
hjliao 5227c73277 fix bug #571 2019-09-27 14:53:14 +08:00
hjliao 40e97536d1 fix bug #570 2019-09-27 14:40:16 +08:00
hjliao 2a623947d1 fix bug #568 2019-09-27 14:30:29 +08:00
slguan 76fa085ff2 Modify some compilation options 2019-09-27 13:55:51 +08:00