procedure updated

This commit is contained in:
2026-03-16 17:47:19 +05:30
parent 74ce709f74
commit a581a9862f

View File

@@ -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('rtgs_api_txn_post') cursor.callproc('PACS_DB.rtgs_api_txn_post')
except Exception: except Exception:
cursor.execute("BEGIN rtgs_api_txn_post; END;") cursor.execute("BEGIN rtgs_api_txn_post; END;")