Commit Graph

3258 Commits

Author SHA1 Message Date
dapan1121 4d993e8f9a
Merge pull request #23912 from taosdata/enh/3.0/TD-27276
enh : accept float data as int field input
2023-12-07 19:14:59 +08:00
Bob Liu 4737b00879 cancel rm tail space 2023-12-07 14:00:50 +08:00
Bob Liu 07af4e9a08 adjust 2023-12-07 12:02:04 +08:00
Bob Liu 8f5df0b6a3 opt double -> int 2023-12-07 01:51:23 +08:00
Bob Liu bfc12f03cb optimize & perf test 2023-12-06 21:26:29 +08:00
Bob Liu 1ec8bf9ef9 add error case 2023-12-06 10:11:52 +08:00
Bob Liu 9fa884a693 toUIntegerEx 2023-12-06 01:24:23 +08:00
Bob Liu d2b2dee256 opt & add test case 2023-12-05 22:00:33 +08:00
dapan1121 7589bbab45
Merge pull request #23921 from taosdata/fix/TS-4282-3.0
fix: skip NULL tag
2023-12-05 13:21:00 +08:00
dapan1121 24a2e857c3
Merge pull request #23816 from taosdata/enh/xsren/TD-27474/timezone3.0
fix timezone range
2023-12-05 13:17:55 +08:00
Haojun Liao 4e68fbd744
Merge pull request #23904 from taosdata/enh/validMsg
valid msg
2023-12-05 09:40:33 +08:00
dapan1121 aa4efa0595
Merge pull request #23919 from taosdata/fix/xsren/TD-27561/fqdnFailedMsg
fix error msg if failed get ip from fqdn
2023-12-04 15:17:17 +08:00
Cary Xu 210a304cc1
Update tdataformat.c 2023-12-04 14:41:28 +08:00
kailixu 4cc22a1b90 chore: validate tag val 2023-12-04 14:26:34 +08:00
kailixu 7d8864ec89 chore: validate tag val 2023-12-04 14:22:49 +08:00
kailixu fc905406d5 chore: validate tag val 2023-12-04 14:08:24 +08:00
factosea 8180aaeb67 fix time format 2023-12-04 11:41:47 +08:00
factosea d368956e3f fix timezone range 2023-12-04 11:41:47 +08:00
dapan1121 d10bbc6252
Merge pull request #23877 from taosdata/FIX/TD-27403
Fix TD-27403: insert error about use today + now as timestamp value
2023-12-04 10:55:26 +08:00
facetosea 0fe26f1507 fix error msg if failed get ip from fqdn 2023-12-04 10:40:43 +08:00
Bob Liu 7e8f3579de accept float data as int data input 2023-12-01 18:33:01 +08:00
yihaoDeng 0aa9db4fd5 valid msg 2023-12-01 17:16:12 +08:00
yihaoDeng 58e84d86b2 valid msg 2023-12-01 14:54:47 +08:00
yihaoDeng 5a05f1019f valid msg 2023-12-01 14:52:37 +08:00
yihaoDeng 1e106bd10f valid msg 2023-12-01 14:22:47 +08:00
yihaoDeng 3ae0e2d74f valid msg 2023-12-01 14:20:16 +08:00
fullhonest 72d6614b7b Fix TD-27403: insert error about use today + now as timestamp value 2023-11-30 18:39:01 +08:00
yihaoDeng b6881d572a fix compile error on windows/mac 2023-11-29 16:52:36 +08:00
yihaoDeng 2e1192b97b change default config 2023-11-29 16:16:26 +08:00
yihaoDeng 03b698d8ae change default config 2023-11-29 14:50:07 +08:00
yihaoDeng ade2f322a0 change default config 2023-11-29 11:28:03 +08:00
yihaoDeng 08eeee0794 Merge branch '3.0' into enh/refactorBackend 2023-11-28 11:52:49 +08:00
yihaoDeng a4d475b582 fix rsma 2023-11-27 20:27:53 +08:00
yihaoDeng 703f323b3f Merge branch '3.0' into enh/refactorBackend 2023-11-27 13:52:28 +08:00
yihaoDeng e9bec34c44 Merge branch '3.0' into enh/refactorBackend 2023-11-27 10:01:12 +08:00
wangmm0220 bda2cd306d fix:memory leak & comment length 2023-11-27 09:29:43 +08:00
Hongze Cheng 24932d2d41
Merge pull request #23799 from taosdata/fix/TD-27423
fix(tsdb/skip-row): remove s3 size condition
2023-11-24 10:48:03 +08:00
yihaoDeng 6129ebc294 Merge branch '3.0' into enh/refactorBackend 2023-11-23 17:41:37 +08:00
Minglei Jin 460638d294 enh(tsdb/open-file): new s3 failed to connect error code 2023-11-23 16:09:02 +08:00
Haojun Liao 85e77d6f63
Merge pull request #23479 from taosdata/enh/changeQueue3.0
change NumOfTaskQueueThreads size
2023-11-23 13:57:54 +08:00
Haojun Liao 7b1f586d4f
Merge pull request #23762 from taosdata/fix/3_liaohj
fix(stream): fix error in generating token in bucket.
2023-11-23 09:32:14 +08:00
Hongze Cheng 098a3d264a fix: varbinary sma coredump 2023-11-22 20:45:15 +08:00
Yihao Deng ef4f173881
Merge branch '3.0' into enh/changeQueue3.0 2023-11-22 17:11:04 +08:00
Haojun Liao 9988720a1e fix(stream): fix the invalid check of trans conflict. 2023-11-22 16:39:29 +08:00
Haojun Liao ebb1993900 fix(stream): fix error in check trans conflict. 2023-11-22 16:20:59 +08:00
dapan1121 1b6a3c2069
Merge pull request #23771 from taosdata/enh/xsren/TD-27022/windows
Enh/xsren/td 27022/windows
2023-11-22 10:58:39 +08:00
yihaoDeng 0eba15b4a4 Merge branch '3.0' into enh/refactorBackend 2023-11-22 10:57:41 +08:00
Haojun Liao 785d91c17b
Merge pull request #23661 from taosdata/feat/TD-26060
fix: errors in snode in conditions like fill history/checkpoint/restart
2023-11-21 19:02:38 +08:00
facetosea 0176819461 fix linux build failed 2023-11-21 16:49:19 +08:00
facetosea 845493294d osfile 2023-11-21 16:31:31 +08:00