AdeelAhmedIqbal commented on PR #764:
URL: https://github.com/apache/age/pull/764#issuecomment-1481620482

   1. Created a custom exception class SqlExecutionError to raise in case of an 
SQL execution error.
   2. Updated the spacing and formatting for better consistency and readability.
   3. Replaced string concatenation with f-string formatting in the 
SqlExecutionError exception message.
   4. Changed the comparison conn == None to conn is None for better style and 
performance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to