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

在sql上线时不支持mysql的存储过程操作呢 #2514

Open
xxoxx opened this issue Feb 5, 2024 · 1 comment
Open

在sql上线时不支持mysql的存储过程操作呢 #2514

xxoxx opened this issue Feb 5, 2024 · 1 comment

Comments

@xxoxx
Copy link

xxoxx commented Feb 5, 2024

重现步骤

sql上线的sql语句如下:
drop PROCEDURE if exists test;
CREATE PROCEDURE test()
BEGIN
SELECT * FROM your_table;
END

在navicat中能正常执行, 在archery的sql上线中报错

预期外的结果

正常执行

日志文本

No response

版本

1.10.0

部署方式

Docker

是否还有其他可以辅助定位问题的信息?比如数据库版本等

图片

@zmix999
Copy link

zmix999 commented Mar 1, 2024

可以测试一下我fork的goInception分支,替换goInception程序就行,https://gitee.com/zhoujin826/goInception

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

No branches or pull requests

2 participants