Commit Graph

100 Commits

Author SHA1 Message Date
Ganlin Zhao 4b9f3cd007 unified return format 2022-11-16 17:34:38 +08:00
Ganlin Zhao 5f6caecee0 unified return format 2022-11-16 17:31:34 +08:00
Ganlin Zhao a115ff1299 fix(query): fix time precision convert overflow
TD-20456
2022-11-16 17:25:57 +08:00
wangmm0220 d212be8a37 fix:defects in coverity 2022-10-26 17:54:19 +08:00
Haojun Liao ae625d3199 refactor: remove redundant codes and do some internal refactor. 2022-10-19 22:33:15 +08:00
Ganlin Zhao 132681a8bc fix: coverity issues
CID: 308488
2022-10-17 10:59:32 +08:00
Hongze Cheng 6ed0634fb7 format more code 2022-10-13 11:56:16 +08:00
Haojun Liao 998dedb9fa other: merge 3.0 2022-07-22 21:16:52 +08:00
Haojun Liao fc7887e6b7 fix(query): update the sim. 2022-07-20 17:24:49 +08:00
Haojun Liao df58a9bb30 fix(query): handle fraction of ts in add ts offset. 2022-07-20 15:30:52 +08:00
Haojun Liao 3fba8182a5 fix(query): fix time window generating bug. 2022-07-20 13:02:33 +08:00
afwerar fa96e64ee0 os: win format negative timestamp error 2022-07-18 16:53:20 +08:00
dapan1121 8c83f07fe4 fix: fix natural timestamp issue 2022-07-13 16:43:50 +08:00
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