vertica-python icon indicating copy to clipboard operation
vertica-python copied to clipboard

Add new API for notice messages/warnings

Open sitingren opened this issue 7 years ago • 0 comments

As mentioned in #185, other clients have polling (e.g. JDBC's ResultSet.getWarnings()) or event driven (ADO.NET's InfoMessage) API's to check for warnings out of band. We need something like that for vertica-python. #242 just added a simple print to notice messages.

Please add comments if you have suggestions for the API design. Thanks!

sitingren avatar Dec 14 '18 20:12 sitingren