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
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
Matteo Nicoli
bca708dfc1
changed "base64" to "to_base64"
2025-04-16 00:37:56 +02:00
Matteo Nicoli
10d82c2452
feat: added base64 SQL function
2025-04-08 10:41:50 +02:00
factosea
3bcbc12001
fix: rename compareAsStrInGreatest in test case
2025-03-11 13:40:36 +08:00
factosea
8f5134913c
feat: test case
2025-03-11 13:38:57 +08:00
dapan1121
bf13c90a61
feat: support range fill with interval limitation
2025-02-11 19:14:15 +08:00
Jing Sima
c2e15394d6
fix:[TS-5941] fix interpolate varchar/nchar data error
2025-01-22 13:40:26 +08:00
Jing Sima
3f6039d36b
enh:[TD-33274] Add more test cases
2024-12-23 08:06:16 +08:00
Jinqing Kuang
c2256e9443
feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
...
Add the AUTO keyword, which allows automatic determination of the
INTERVAL OFFSET based on the WHERE condition. It simplifies usage by
allowing users to rely on the system to infer the correct offset
without manual specification.
2024-12-04 10:06:47 +08:00
Jinqing Kuang
f5c66cec19
fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
...
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
Jing Sima
412c20968e
fix:[TD-32727] Add test case for TD-32727.
2024-10-30 18:11:14 +08:00
qevolg
80f2e3aee3
test(func): modify sql func test cases
2024-10-21 10:31:26 +08:00
qevolg
d2b2c4e381
test(func): modify sql func test cases
2024-10-20 09:41:04 +08:00
chenhaoran
1980866fd9
test:Add a function to verify the consistency between the expected result file and the actual output file
2024-10-12 17:19:31 +08:00
qevolg
b836235b67
[TS-4893]<test>: add CI test cases test_function
2024-09-13 13:14:10 +00:00
Jing Sima
a249bef104
feat:[TS-4893] Add random and support use min/max on string column.
2024-09-09 18:48:24 +08:00
Jinqing Kuang
2a7cfd6ad8
test(query)[TS-4893]: Add test cases for MySQL function support
2024-08-30 10:11:32 +08:00
sima
e65ea2f99f
feat:[TS-4893] Add test.
2024-08-28 10:05:28 +08:00