Ganlin Zhao
|
5e55164e96
|
fix bugs in convertStringToTimestamp
|
2022-07-02 16:29:03 +08:00 |
Ganlin Zhao
|
1a1704f26b
|
refactor(query): refactor taosParseTime to support ISO8601 date-time
format and timestamp shortcut format
TD-16770
|
2022-06-23 12:59:33 +08:00 |
Haojun Liao
|
c2e8aa9659
|
refactor: do some internal refactor.
|
2022-06-12 00:31:34 +08:00 |
Haojun Liao
|
f5dacec38d
|
fix(query): add more check for timestamp in converting.
|
2022-06-12 00:08:01 +08:00 |
Haojun Liao
|
90bdf06a9a
|
fix(query): add day of month check for the input timestamp.
|
2022-06-11 20:07:17 +08:00 |
Cary Xu
|
890075ef4a
|
fix: init buf to avoid invalid write
|
2022-05-29 00:59:23 +08:00 |
dapan1121
|
5da1ead67b
|
Merge pull request #13174 from taosdata/feature/qnode
fix: fix memory leak
|
2022-05-28 22:44:00 +08:00 |
dapan1121
|
5ce7dd2a4d
|
qnode load
|
2022-05-28 22:13:26 +08:00 |
Haojun Liao
|
49ac4b0e08
|
fix(query): set correct buffer size.
|
2022-05-28 15:19:10 +08:00 |
dapan1121
|
985fde7312
|
fix time issue
|
2022-05-26 19:11:08 +08:00 |
dapan1121
|
c444574b2e
|
add column length error retry
|
2022-05-26 18:00:44 +08:00 |
afwerar
|
51721dfc47
|
fix(os): win run error
|
2022-05-19 10:37:11 +08:00 |
wangmm0220
|
5656c59261
|
fix:precision problems in time conversion
|
2022-05-18 12:06:13 +08:00 |
wangmm0220
|
715aa50f4d
|
fix:precision problems in time conversion
|
2022-05-18 12:03:08 +08:00 |
wangmm0220
|
37e10aca29
|
fix:precision problems in time conversion
|
2022-05-17 21:46:46 +08:00 |
Xiaoyu Wang
|
b0a68df512
|
Merge pull request #11766 from taosdata/feature/3.0_wxy
fix: some syntax parsing problems
|
2022-04-22 18:54:54 +08:00 |
Xiaoyu Wang
|
20879d0ef7
|
fix: some syntax parsing problems
|
2022-04-22 18:23:37 +08:00 |
Ganlin Zhao
|
40d112e6d1
|
fix(query): fix convertStringToTimestamp considering daylight saving
|
2022-04-22 14:30:33 +08:00 |
Ganlin Zhao
|
00ae854c78
|
fix(query): fix time function related bugs (#11604)
* fix(query): fix timediff args cannot be integer values
TD-14798
* fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string
TD-14802
TD-14803
* refactor(query): constant NULL value processing logic
TD-14802
TD-14803
* refactor(query): support timefunction arithmetic operation with boolean
constant
|
2022-04-18 19:20:08 +08:00 |
Ganlin Zhao
|
b355e2b3c8
|
feat(query): add today()/today() + duration in insert clause
TD-14243
|
2022-04-14 12:53:59 +08:00 |
Ganlin Zhao
|
c0b3607756
|
feat(query): add to_unixtimestamp function
TD-14243
|
2022-04-13 11:41:02 +08:00 |
dapan1121
|
0608824186
|
feature/qnode
|
2022-03-31 18:02:58 +08:00 |
dapan1121
|
236b8adad3
|
feature/qnode
|
2022-03-31 16:00:47 +08:00 |
Haojun Liao
|
21a0ee9284
|
[td-13039] fix bug.
|
2022-03-25 15:25:09 +08:00 |
Haojun Liao
|
67dde1620f
|
[td-14285] fix the taosd crash when both interval and sliding exist.
|
2022-03-25 14:28:01 +08:00 |
Haojun Liao
|
fb94d2da92
|
[td-14266] fix bug.
|
2022-03-24 19:50:54 +08:00 |
afwerar
|
e04ef027ab
|
[TD-13768]<fix>: redefine time api.
|
2022-03-11 16:49:07 +08:00 |
Shengliang Guan
|
8b1a991186
|
send the basic information of the monitor
|
2022-03-02 16:46:04 +08:00 |
Shengliang Guan
|
26adff1fa5
|
minor changes
|
2022-02-28 19:32:48 +08:00 |
Shengliang Guan
|
175cbfb82d
|
common
|
2022-02-28 17:46:02 +08:00 |
Shengliang Guan
|
8cdd7023c6
|
remove warnings
|
2022-01-21 00:32:58 -08:00 |
Xiaoyu Wang
|
5e981e43ad
|
TD-11819 Parsing insert statement and assembling binary objects.
|
2021-12-09 03:39:15 -05:00 |
Haojun Liao
|
aa06470943
|
[td-10564] fix memory leak in unit test and refactor some codes.
|
2021-10-28 16:16:42 +08:00 |
Haojun Liao
|
0fcbd2f52c
|
Merge branch '3.0' of github.com:taosdata/tdengine into 3.0
|
2021-10-13 14:37:10 +08:00 |
Liu Jicong
|
2d8aadff21
|
put taosGetTimestampSec in osTime
|
2021-10-12 16:30:40 +08:00 |
Haojun Liao
|
1d5f98fe6a
|
[td-10529]Add unit test for parser module.
|
2021-10-09 14:01:56 +08:00 |
Shengliang Guan
|
c0a171b144
|
[TD-10430] adjust os module
|
2021-10-03 10:32:14 +08:00 |