Skip to content
New issue

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

支持json事物, delete、put 支持子查询, mysql8 with-as表达式等 #481

Merged
merged 6 commits into from
Nov 26, 2022

Conversation

cloudAndMonkey
Copy link
Contributor

1、一个json(事务)同时支持新增、修改、删除、查询、别名
2、delete、put 支持子查询
3、mysql8 with-as表达式
4、bug修复
删除操作 主表 和 子查询 是同一张表 mysql8以下 非with-as表达式 会报错: "msg": "You can't specify target table 'User' for update in FROM clause",
5、must、refuses判断、delete、put支持 ref

cloudAndMonkey and others added 6 commits November 25, 2022 16:22
配置描述信息
1、一个json(事务)同时支持新增、修改、删除、查询、别名
2、delete、put 支持子查询
3、mysql8 with-as表达式
4、bug修复
删除操作 主表 和 子查询 是同一张表 mysql8以下 非with-as表达式 会报错: "msg": "You can't specify target table 'User' for update in FROM clause",
5、must、refuses判断、delete、put支持 ref
* master:
  登记apijson-dynamic-datasource项目
@TommyLemon TommyLemon merged commit 66e8ba9 into Tencent:master Nov 26, 2022
@TommyLemon
Copy link
Collaborator

原来 README.md 文件冲突了,我还原后再 merge 的。
现在改了名字上传到了我从你 fork 出来子项目再 fork 的项目,你可以合并下这个 PR 哈
cloudAndMonkey#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants