We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
这是我的一些配置
Sorry, something went wrong.
会对apijson的配置做一个总体的review和评估: https://gitee.com/Tencent/APIJSON/blob/master/Document.md 估计不会那么快能完成。
涉及 SQL 函数嵌套的地方,解析成对的括号和引号(单引号、反引号)很复杂。 Java 版为了保证安全的前提下解析简单,目前只支持单层 SQL 函数(除了固定的 now(),不能内部嵌套其它 SQL 函数), 另外分隔 SQL 函数时使用了分号 ";" 而不是 SQL 标准的逗号 ","。
另外为了安全,SQL 函数只支持 SQL_FUNTION_MAP 配置了的 450 个左右,避免 sleep 等破坏性 SQL 函数被触发 https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java#L266-L729
zhangchunlin
No branches or pull requests
The text was updated successfully, but these errors were encountered: