homework-jianmu/include/libs
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
..
audit fix/TD-30989 2024-07-16 01:34:38 +00:00
catalog feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +08:00
command fix(query): fix bugs caused by refactor. 2024-05-19 13:32:30 +08:00
crypt basic function 2024-03-29 02:48:49 +00:00
executor fix: handle error code 2024-08-08 10:22:06 +08:00
function feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
geometry Feature/3.0 geometry (#21037) 2023-05-24 15:36:46 +08:00
index refactor index 2024-07-23 06:59:09 +00:00
monitor Merge pull request #26435 from taosdata/fix/TD-30876-3.0 2024-07-07 11:04:56 +08:00
monitorfw add remove metric 2024-02-23 10:24:00 +00:00
nodes feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
parser planner/nodes/parser ret check 2024-07-26 17:57:27 +08:00
planner stream primary key 2024-03-21 10:50:07 +08:00
qcom refact code 2024-08-06 16:12:41 +08:00
qworker fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
scalar feat:[TS-4893] Support MYSQL functions. 2024-08-14 09:19:25 +08:00
scheduler enh: add scheduler return code processing 2024-07-15 17:11:36 +08:00
sm4 basic function 2024-03-29 02:48:49 +00:00
stream other: merge 3.0 2024-08-05 13:38:05 +08:00
sync refactor: remove the invalid return value. 2024-07-16 18:52:01 +08:00
tfs enh: return error code 2024-07-21 11:43:39 +08:00
transport add perf 2024-08-06 16:13:10 +08:00
wal use new return macros for wal read 2024-07-22 15:28:04 +08:00