postgresql-dart
postgresql-dart copied to clipboard
Add ignoreRows to prepared statement
Would it be possible to add ignoreRows to a prepared statement? Either in its run method, or when calling Connection#prepare?
I think it was added to switch to the simple query protocol if needed. Do you have an example where it causes an overhead? (at best it will ignore the result rows).