Albin Zeng

Results 23 comments of Albin Zeng

Will support follows https://dev.mysql.com/doc/refman/5.7/en/expressions.html#temporal-intervals

Cast function is not supported currently. to support: https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html

hello @mlilius , `CHARACTER SET ` grammar should be supported in this feature follows https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html . see examples : "SELECT CAST('test' AS CHAR CHARACTER SET utf8 COLLATE utf8_bin);"

supported as `${param}` at v1.5.0

supported as `${param}` at v1.5.0

hi @eaallen '||' is an expr , and is supported here https://github.com/JavaScriptor/js-sql-parser/blob/master/src/sqlParser.jison#L426 ref: https://dev.mysql.com/doc/refman/5.7/en/expressions.html

`select * FROM function(xxx, xxx)` like sql will be supported since v1.6.0. Nested function call like `TABLE(EFPGE029.EFFPE029013(1,1,0,2,1))` and `JSON_TABLE` are not supported yet.

@myhloli 什么情况下会触发下载这个模型呢?我解析纯英文的pdf好像也会触发

@myhloli 我本地做上load from cache了会报这个错。。 ![image](https://github.com/user-attachments/assets/37f9406f-5096-4c86-948a-654108f9727b) ![image](https://github.com/user-attachments/assets/30500e6b-7c17-421f-a03c-06136f07d16c)