modified sqdl database connections from cursor-based to connection-based to...
modified sqdl database connections from cursor-based to connection-based to prevent potential lock-outs. fixed bug where export error on file read would retry every 5 seconds forever, now quits after 30 failed attempts
Showing
- core_tools/data/sqdl/export/coretools_export.py 63 additions, 82 deletionscore_tools/data/sqdl/export/coretools_export.py
- core_tools/data/sqdl/export/database_scheme.sql 0 additions, 122 deletionscore_tools/data/sqdl/export/database_scheme.sql
- core_tools/data/sqdl/export/psql_commands.py 0 additions, 78 deletionscore_tools/data/sqdl/export/psql_commands.py
- core_tools/data/sqdl/model/core.py 59 additions, 49 deletionscore_tools/data/sqdl/model/core.py
- core_tools/data/sqdl/model/export.py 237 additions, 209 deletionscore_tools/data/sqdl/model/export.py
- core_tools/data/sqdl/model/log.py 5 additions, 3 deletionscore_tools/data/sqdl/model/log.py
- core_tools/data/sqdl/model/task_queue.py 302 additions, 266 deletionscore_tools/data/sqdl/model/task_queue.py
- core_tools/data/sqdl/model/upload.py 72 additions, 63 deletionscore_tools/data/sqdl/model/upload.py
- core_tools/data/sqdl/model/version.py 6 additions, 4 deletionscore_tools/data/sqdl/model/version.py
- core_tools/data/sqdl/sqdl_writer.py 14 additions, 20 deletionscore_tools/data/sqdl/sqdl_writer.py
- core_tools/data/sqdl/uploader/sqdl_uploader.py 24 additions, 52 deletionscore_tools/data/sqdl/uploader/sqdl_uploader.py
Loading
Please register or sign in to comment