Functions-d 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d/Functions_d.py +2 -2
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d.egg-info/PKG-INFO +1 -1
- {functions_d-1.2.0 → functions_d-1.2.1}/PKG-INFO +1 -1
- {functions_d-1.2.0 → functions_d-1.2.1}/setup.cfg +1 -1
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d/__init__.py +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d.egg-info/SOURCES.txt +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d.egg-info/dependency_links.txt +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d.egg-info/requires.txt +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/Functions_d.egg-info/top_level.txt +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/README.md +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/pyproject.toml +0 -0
- {functions_d-1.2.0 → functions_d-1.2.1}/setup.py +0 -0
|
@@ -404,8 +404,8 @@ class DataProcessingAndMessaging:
|
|
|
404
404
|
self.logger.info(f"使用直接传入的SQL内容,长度:{len(sql)}字符")
|
|
405
405
|
else:
|
|
406
406
|
sql_file_path = os.path.join(path, sql_name)
|
|
407
|
-
self.logger.info(f"准备执行SQL文件:{sql_file_path}")
|
|
408
|
-
print(f"准备执行SQL文件:{sql_file_path}")
|
|
407
|
+
# self.logger.info(f"准备执行SQL文件:{sql_file_path}")
|
|
408
|
+
# print(f"准备执行SQL文件:{sql_file_path}")
|
|
409
409
|
|
|
410
410
|
try:
|
|
411
411
|
with open(sql_file_path, encoding='utf-8') as sql_file:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|