vertica-python
vertica-python copied to clipboard
Add new API for notice messages/warnings
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!