- 16 10月, 2019 2 次提交
-
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
- 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.
-
- 15 10月, 2019 2 次提交
-
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
-
- 12 10月, 2019 1 次提交
-
-
由 StoneT2000 提交于
-
- 24 9月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 23 9月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 16 9月, 2019 1 次提交
-
-
由 fang 提交于
-
- 04 9月, 2019 1 次提交
-
-
由 Yanming Zhou 提交于
-
- 21 8月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 16 8月, 2019 1 次提交
-
-
由 liuliang 提交于
这个dbname都没有传进行,在连接池的情况下,每个连接都在选 use db. 当连接池切换连接时,就会出现 invalid DB。 ``` 8/16 12:44:46 dsn.go:59: input dsn: root:taosdata@/tcp(127.0.0.1)/sensors_test TAOS DRIVER 2019/08/16 12:44:46 dsn.go:130: cfg info: &{user:root passwd:taosdata net:/tcp addr:127.0.0.1 port:0 dbName:sensors_test params:map[] loc:0xed6be0 columnsWithAlias:false interpolateParams:true parseTime:true} TAOS DRIVER 2019/08/16 12:44:46 taosSqlCgo.go:52: taosQuery() input sql:INSERT INTO d_BDCF682B78F44364AA551B0F5E6BD1F6_acc USING acc_data TAGS ('BDCF682B78F44364AA551B0F5E6BD1F6','20190816- TAOS DRIVER 2019/08/16 12:44:46 taosSqlCgo.go:61: taos_query() failed: invalid DB ```
-
- 14 8月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 04 8月, 2019 3 次提交
-
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
-
- 03 8月, 2019 2 次提交
-
-
由 jyhou 提交于
-
由 StoneT2000 提交于
Subscription implemented Continuous Query implemented Fixed bugs when dealing with null values retrieved from tables Removed unused code Added basic performance test code
-
- 01 8月, 2019 1 次提交
-
-
由 huili 提交于
-
- 31 7月, 2019 2 次提交
-
-
由 Hongze Cheng 提交于
-
由 slguan 提交于
-
- 30 7月, 2019 5 次提交
-
-
由 StoneT2000 提交于
Bug fix
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
removed broken code
-
由 slguan 提交于
-
由 slguan 提交于
-
- 29 7月, 2019 1 次提交
-
-
由 StoneT2000 提交于
Docs - Docs updated - include third party connectors links - local docs updated to web versions and fixed for compatability Node - Async added - Deleted uncessary code - Docs updated
-
- 28 7月, 2019 1 次提交
-
-
由 Hongze Cheng 提交于
-
- 27 7月, 2019 1 次提交
-
-
由 StoneT2000 提交于
-
- 26 7月, 2019 2 次提交
-
-
由 slguan 提交于
-
由 StoneT2000 提交于
Implemented higher level API to make it more modular Using promises and callbacks Argument binding is now available e.g query(select ? from ?).bind("*", "table")
-
- 25 7月, 2019 2 次提交
-
-
由 StoneT2000 提交于
-
由 StoneT2000 提交于
- Using _ to indicate variable/function is private and shouldn't be accessed - Added JSDocs syntax to generate documentation -
-
- 24 7月, 2019 1 次提交
-
-
由 StoneT2000 提交于
-
- 19 7月, 2019 3 次提交
-
-
由 plum-lihui 提交于
-
由 plum-lihui 提交于
-
由 plum-lihui 提交于
-
- 12 7月, 2019 1 次提交
-
-
由 Hongze Cheng 提交于
-
- 11 7月, 2019 2 次提交