15 Commits

Author SHA1 Message Date
rulego-team a066a4df1b refactor:重构表达式引擎模块 2025-08-07 19:18:40 +08:00
rulego-team f3fe997ce8 test:增加测试用例 2025-08-05 11:25:49 +08:00
rulego-team 98dab93e5b fix:Case 语句返回字符串不正确问题 2025-08-05 00:37:22 +08:00
rulego-team a43445ebc7 refactor:优化注释 2025-08-04 14:45:43 +08:00
rulego-team 596d1cb769 feat:增加反引号单引号和字符串常量的语法识别 #29 2025-07-30 17:27:20 +08:00
rulego-team d0b35dbda0 feat:完善表达式中负数常量 2025-06-17 14:20:40 +08:00
rulego-team 1500dc5d23 feat:aggregate function can be nested with the CASE function. 2025-06-17 12:03:43 +08:00
rulego-team cf55724de1 feat:Add 'is null' and 'not null' syntax 2025-06-16 18:00:06 +08:00
rulego-team 95bc6fed4f feat:Add like pattern matching syntax 2025-06-16 14:39:39 +08:00
rulego-team 43a9f46f24 feat:字段访问支持访问数组 2025-06-16 12:02:06 +08:00
rulego-team a05f4ace98 feat:SQL supports dot syntax to access fields 2025-06-16 11:09:57 +08:00
rulego-team ddf3222967 feat:基本的语法验证 2025-06-13 20:56:21 +08:00
rulego-team d499af329a fix:Token Parsing Error: Empty Array Access 2025-06-13 20:33:05 +08:00
rulego-team 57803fd86d feat:增加条件函数 when case 2025-06-13 18:05:09 +08:00
rulego-team e9fae86228 feat:增强函数系统,实现大量的函数 2025-05-25 18:02:37 +08:00