You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oracle的update语句可以在plsql里面执行,可以在“在线查询”看到有一条数据,但是在"sql上线"功能报错,看报错的意思是没有这条数据,以下具体报错,麻烦帮忙看看下,谢谢!!!
Oracle执行语句报错,语句 explain plan for update s_cs_setting set value = 'xxx' where code='xxx',错误信息Traceback(most recent call last):
File "/data/Archery-1.8.0/sql/engines/oracle.py",line279,in explain_check
if row[0] is None:
TypeError: 'NoneType' object is not subscriotable
The text was updated successfully, but these errors were encountered:
你已经很久没有回复这个issue了,如果没有进一步的信息的话, 会作为不活跃issue关闭, 感谢你对本项目的贡献。
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
问题描述
详细描述你的操作步骤和结果,以及你的疑问
版本信息
oracle的update语句可以在plsql里面执行,可以在“在线查询”看到有一条数据,但是在"sql上线"功能报错,看报错的意思是没有这条数据,以下具体报错,麻烦帮忙看看下,谢谢!!!
Oracle执行语句报错,语句 explain plan for update s_cs_setting set value = 'xxx' where code='xxx',错误信息Traceback(most recent call last):
File "/data/Archery-1.8.0/sql/engines/oracle.py",line279,in explain_check
if row[0] is None:
TypeError: 'NoneType' object is not subscriotable
The text was updated successfully, but these errors were encountered: