vertica-sql-go
vertica-sql-go copied to clipboard
no RowsAffected available after DDL with COPY DML
I am getting no RowsAffected available after DDL statement
Also 'no RowsAffected available' is very annoying, for simple Exec command, no other driver behaves that way including Go Lang ODBC Imagine we want to run SQL script, now we need to add extra logic what's DML and DDL to see whether to call AffectedRow very annoying
@adranwit Can you provide a test case for this?