You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: