-
Notifications
You must be signed in to change notification settings - Fork 1
python使用dmSQLAlchemy初始化表数据时异常 #2
Copy link
Copy link
Open
Description
OS: ky10.aarch64
Version:
dmpython 2.5.30
dmSQLAlchemy 1.4.46
Python version: python 3.9
报错信息:
File "/data/python_env/web/lib64/python3.9/site-packages/dmSQLAlchemy/base.py", line 1587, in _self_process_name
return self.dialect.quote_module._self_process_name(self, name, reserved_words)
File "/data/python_env/web/lib64/python3.9/site-packages/dmSQLAlchemy/base.py", line 2884, in _self_process_name
if self._double_percents:
AttributeError: 'DMExecutionContext_dmPython' object has no attribute '_double_percents'
代码看起来是决定是否有必要替换 % 为 %% 的,大部分时候,这个属性都是false,不过这里直接没有这个属性的,辛苦看下是什么问题
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels