-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
工单对oracle 建表不成功 #2262
Comments
@tonyhu214 我依照你的修复代码修改了,但是还是建表不成功。 我的oracle版本是11.2.0.4 |
报错信息如下: [2023-08-25 14:40:45,652][MainThread:139725906945856][task_id:default][oracle.py:1010][WARNING]- Oracle 语句执行报错,第1个SQL:create table AGENT_RECON_ADAPTOR (ID VARCHAR2(32) not null, |
@SoHuDrgon 你看你的报错内容 |
都重新启动了容器了的!我也纳闷为啥是836行! |
或许check /opt/archery/sql/engines/oracle.py 下,然后docker container stop archery 等2分钟 docker container start archery |
好了,谢谢大佬! |
* fixed #2252 fix #2252 * Update oracle.py * Update oracle.py * Update oracle.py * Update sql_utils.py * Update oracle.py fix #2262 * Update oracle.py * Update oracle.py * Update sql_utils.py * Update sql_utils.py * Update sql_utils.py * Update oracle.py * Update oracle.py * Update oracle.py * Update oracle.py
将sql/engines/oracle.py 866行及895号改为: 再重启项目 |
如果master 还有此 bug ,还请直接提一个pr, 谢谢 |
重现步骤
create table TEST (id NUMBER(22)),SQL检测功能不报错。无检测结果。
sql执行不报错,无表生成
预期外的结果
修复bug
日志文本
版本
1.10.0
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
cx-oracle:7.3.0
goInception: v1.2.5
The text was updated successfully, but these errors were encountered: