procedure update
This commit is contained in:
@@ -259,7 +259,7 @@ class Repository:
|
||||
logger.info("Calling rtgs_api_txn_post procedure to process all inserted transactions...")
|
||||
|
||||
try:
|
||||
cursor.callproc('PACS_DB.rtgs_api_txn_post')
|
||||
cursor.callproc('rtgs_api_txn_post')
|
||||
except Exception:
|
||||
cursor.execute("BEGIN rtgs_api_txn_post; END;")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user