vertica-sql-go icon indicating copy to clipboard operation
vertica-sql-go copied to clipboard

no RowsAffected available after DDL with COPY DML

Open adranwit opened this issue 5 years ago • 2 comments

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 avatar Mar 17 '20 22:03 adranwit

@adranwit Can you provide a test case for this?

huebnerr avatar Mar 21 '20 22:03 huebnerr