AdeelAhmedIqbal opened a new pull request, #764: URL: https://github.com/apache/age/pull/764
1. Changed method argument type annotations to use consistent spacing (e.g., graph: str = None instead of graph:str=None). 2. Changed the method return type annotations to use consistent spacing (e.g., -> ext.cursor: instead of -> ext.cursor :). 3. Changed the default values for method arguments to use consistent spacing (e.g., cols: list = None instead of cols:list=None). 4. Uncommented the execSql method and added its implementation. 5. Uncommented the execCypher method, adjusted its implementation to accept the commit parameter, and removed the duplicated method definition. 6. Uncommented the execCypherWithReturn method and adjusted its implementation. 7. Uncommented the queryCypher method and adjusted its implementation. -- 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]
