Commit graph

148 commits

Author SHA1 Message Date
huohong
a01a7379e6 revert file 2025-07-04 18:38:46 +08:00
huohong
1f419866fa test: case migrate 2025-07-02 13:59:26 +08:00
huohong
ca2f631568 test: case migrate 2025-07-02 11:24:54 +08:00
huohong
3c03c39600 test: case migrate 2025-07-02 11:22:28 +08:00
huohong
acf32fda88 test: case migrate 2025-07-02 11:14:10 +08:00
huohong
04a9e2b094 test: case migrate 2025-07-02 11:12:39 +08:00
huohong
1ec06a355e test: case migrate 2025-07-02 11:11:32 +08:00
huohong
48c5c3efd4 test: case migrate 2025-07-02 11:07:34 +08:00
huohong
20c4db9d42 test: case migrate 2025-07-01 18:30:18 +08:00
huohong
664c144b84 test: case migrate 2025-07-01 18:09:56 +08:00
huohong
75808cb6d9 test: case migrate 2025-07-01 18:09:40 +08:00
huohong
781d83da5f test: fix mnode create failure 2025-07-01 18:02:47 +08:00
Simon Guan
0b009f3286 Merge branch 'main' into merge/mainto3.0 2025-05-09 10:15:44 +08:00
Matteo Nicoli
063d07ef4e tests fix 2025-05-02 15:50:56 +02:00
Matteo Nicoli
6d232d59de tests updated 2025-05-02 14:57:55 +02:00
Matteo Nicoli
990a182627 crc32.csv fixed 2025-05-02 00:01:31 +02:00
Matteo Nicoli
991548dafd cr fix 2025-05-02 00:01:31 +02:00
Matteo Nicoli
a49d3eba53 added crc32 tests 2025-05-02 00:01:31 +02:00
Simon Guan
16f90d4de1 Merge branch 'main' into merge/mainto3.0 2025-04-27 19:16:46 +08:00
Jing Sima
bd5aeda005
fix: [TD-34631] Fix timetruncate crash when using year as time unit in where clause. (#30863) 2025-04-24 09:56:14 +08:00
Simon Guan
e8dd9daf11 Merge branch 'main' into merge/mainto3.0 2025-04-19 14:33:11 +08:00
Simon Guan
0b6bb57bed
enh: disable the 'show scores' command (#30759) 2025-04-17 19:21:46 +08:00
Pan Wei
deb6c8bcdf
Merge pull request #30625 from aestriplex/base64
feat: added base64 SQL function
2025-04-17 18:26:53 +08:00
Matteo Nicoli
bca708dfc1 changed "base64" to "to_base64" 2025-04-16 00:37:56 +02:00
Jing Sima
82b068ef8a
feat: [TS-6333] Fix decimal attempting free on address which was not malloc()-ed. (#30764) 2025-04-15 10:58:28 +08:00
Matteo Nicoli
10d82c2452 feat: added base64 SQL function 2025-04-08 10:41:50 +02:00
Pan Wei
0cb0e109a7
enh: add more cases for constant join (#30225)
* fix: add more cases and fix issues

* enh: add more test cases

* enh: add more test cases

* fix: memory leak issue

* enh: add view cases and fix order by issue

* enh: add document description
2025-03-19 16:50:44 +08:00
wangjiaming
f50fcb85b8
feat(decimal): support decimal data type (#30060)
* decimal: create table

* decimal: add test case decimal.py

* decimal: add decimal.c

* support input decimal

* decimal test

* refactor svalue

* fix test cases

* add decimal unit test

* add decimal test cmake

* support insert and query decimal type

* define wide integer, support decimal128

* support decimal128 divide

* set decimal type expr res types

* scalar decimal

* convert to decimal

* fix decimal64/128 from str and to str

* fix decimal from str and decimal to str

* decimal simple conversion

* unit test for decimal

* decimal conversion and unit tests

* decimal + - * /

* decimal scalar ops and comparision

* start to refactor GET_TYPED_DATA

* support decimal max func, cast func

* refactor GET_TYPED_DATA interface

* decimal scalar comparision

* start to implement sum for decimal

* support sum and avg for decimal type

* decimal tests

* add decimal test

* decimal add test cases

* decimal use int256/int128

* decimal testing

* fix decimal table meta and add tests for decimal col streams

* fix create stream and create tsma

* test insert decimal values

* decimal from str

* test decimal input

* test parse decimal from string

* add taos_fetch_field_e api

* decimal insert tests

* test decimal operators

* decimal operator test

* feat:support decimal in raw block

* decimal operator tests

* decimal test

* feat:support decimal in raw block

* feat:support decimal in raw block

* feat:add schemaExt to SMqDataRsp

* feat:remove add schemaExt to SMqDataRsp

* feat:remove add schemaExt to SMqDataRsp

* feat:remove add schemaExt to SMqDataRsp

* decimal test operators

* decimal operator test

* test decimal operators

* test decimal compare operators

* decimal unary operator test

* decimal col with decimal col oper test

* test decimal col filtering

* fix decimal float operator test

* decimal test where filtering

* fix decimal filtering

* fix decimal order by

* fix decimal op test

* test decimal agg funcs

* test decimal functions

* remove assert

* fix ci build for ret check

* fix decimal windows build

* fix ci ret check

* skip decimal ret check

* skip decimal ret check

* fix decimal tests

* fix decimal ci test

* decimal test

* fix(tmq): heap user after free

* fix(tmq): double free

* fix(tmq): double free

* fix decimal tests

* fix(decimal): decimal test ci build

* fix(decimal): windows build

* fix(decimal): decimal test build

* fix(decimal): fix decimal build and tests

* fix(decimal): fix decimal tests

* fix(decimal): fix taos_fetch_fields_e api

* fix(decimal): fix decimal taos_fetch_fields_e api

* fix(decimal): rebase 3.0

* fix(decimal): fix decimal functions

* fix(decimal): fix decimal test case memory leak

* fix(decimal): fix decimal tests

* fix(decimal): fix decimal test case

* fix(decimal): fix decimal tests

* feat(decimal): fix unit tests

* feat(decimal): fix deicmal unit test

---------

Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
2025-03-14 18:08:07 +08:00
dapan1121
90fcd168c9 Merge remote-tracking branch 'origin/3.0' into feat/TS-5992 2025-03-13 15:32:26 +08:00
facetosea
c7efa34bc8 fix: test case 2025-03-13 10:58:18 +08:00
dapan1121
7769bc3d19 enh: add right join cases 2025-03-12 16:59:07 +08:00
dapan1121
d997c144a1 Merge remote-tracking branch 'origin/3.0' into feat/TS-5992 2025-03-12 14:16:22 +08:00
dapan1121
88fe9fc584 enh: add more cases 2025-03-12 11:04:54 +08:00
dapan1121
ad4b278162 fix: add more test cases 2025-03-11 19:26:45 +08:00
factosea
7e6edb82ba fix: param check 2025-03-11 13:40:36 +08:00
factosea
3bcbc12001 fix: rename compareAsStrInGreatest in test case 2025-03-11 13:40:36 +08:00
factosea
0959423d5b docs: greatest/least function desc 2025-03-11 13:40:30 +08:00
factosea
8f5134913c feat: test case 2025-03-11 13:38:57 +08:00
factosea
b3ef8b2f44 fix: print folat when title name is too long 2025-03-11 13:38:57 +08:00
dapan1121
a4ed19b36d enh: add left join cases 2025-03-11 11:29:49 +08:00
dapan1121
364381c6f1 fix: constant join issues 2025-03-06 19:27:09 +08:00
dapan1121
5204f97a4b fix: add test cases 2025-03-03 19:31:43 +08:00
Simon Guan
6826edf5e0 Merge branch 'main' into merge/mainto3.0 2025-03-03 14:01:43 +08:00
facetosea
1462f64ce2 fix: different lenth in uion 2025-02-28 14:22:53 +08:00
Shengliang Guan
14aee31c22
Merge pull request #29757 from taosdata/feat/TS-5486
feat: support interp function with time range and time interval
2025-02-14 14:43:52 +08:00
dapan1121
0d3887ba05 docs: modify interp function docs 2025-02-12 17:21:15 +08:00
dapan1121
f6f0294684 fix: add test cases and fix error message 2025-02-12 13:58:09 +08:00
dapan1121
e0ba96f649 Merge remote-tracking branch 'origin/3.0' into feat/TS-5486 2025-02-12 10:22:08 +08:00
dapan1121
e6799c9070 fix: correct expected result 2025-02-12 10:20:58 +08:00
Pan Wei
15efd7abb8
Merge pull request #29748 from taosdata/fix/TS-5972/castDouble3.0
Fix/ts 5972/cast double3.0
2025-02-12 09:17:14 +08:00