postgresql-dart icon indicating copy to clipboard operation
postgresql-dart copied to clipboard

Add ignoreRows to prepared statement

Open Reprevise opened this issue 1 year ago • 1 comments

Would it be possible to add ignoreRows to a prepared statement? Either in its run method, or when calling Connection#prepare?

Reprevise avatar Mar 31 '24 18:03 Reprevise

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).

isoos avatar Mar 31 '24 18:03 isoos