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...")
|
logger.info("Calling rtgs_api_txn_post procedure to process all inserted transactions...")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
cursor.callproc('PACS_DB.rtgs_api_txn_post')
|
cursor.callproc('rtgs_api_txn_post')
|
||||||
except Exception:
|
except Exception:
|
||||||
cursor.execute("BEGIN rtgs_api_txn_post; END;")
|
cursor.execute("BEGIN rtgs_api_txn_post; END;")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user