postgres-nio icon indicating copy to clipboard operation
postgres-nio copied to clipboard

Documentation: PostgresClient query example for an UPDATE statement

Open duncangroenewald opened this issue 1 year ago • 1 comments

I can't seem to get an UPDATE statement to work, well the query seems to work and doesn't throw an exception but the database is not being updated.

I can't find an example of executing and UPDATE statement and getting the number of rows that were updated back in the results.

A code snipped showing how this is supposed to be done will be helpful. Thanks

duncangroenewald avatar Sep 18 '24 09:09 duncangroenewald