homework-jianmu/tests
sima a54019211f feat:[TS-4893] Support MYSQL functions.
Add more functions:
 - Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
 - String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
 - Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
 - Aggregate Functions: VAR_POP().
Modify some functions:
 - ROUND(): support round to given decimal places.
 - CHAR_LENGTH(): support calculate multi-byte character's length.
 - TIMEDIFF(): result will be negative when expr1 < expr2.
 - STDDEV(): add alias name STDDEV_POP().
 - SUBSTR(): add alias name SUBSTRING().
             support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
..
army feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
ci test:skip .h file when scan returned values in scan_file_path.py 2024-08-07 14:34:47 +08:00
develop-test fix: ci problem 2024-04-18 16:03:52 +08:00
docs-examples-test docs: update go and c# examples 2024-08-12 15:54:28 +08:00
mas
parallel_test Merge pull request #27089 from taosdata/test/TD-31264 2024-08-13 11:08:40 +08:00
perf-test update perf test script 2023-10-07 18:31:20 +08:00
pytest fix: timezone test case 2024-08-09 10:02:09 +08:00
script feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
system-test feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
taosc_test recover taoscTest.cpp 2024-07-05 14:23:54 +08:00
unit-test test: open annotated unit tests in ci 2024-02-05 17:11:39 +08:00
CMakeLists.txt fix error when taos_query_a param is null 2023-10-26 16:50:45 +08:00
How-To-Run-Test-And-How-To-Add-New-Test-Case.md
Jenkinsfile
requirements.txt add hyperloglog to requirements.txt 2024-08-08 19:39:43 +08:00
test-all.sh