impossibl / pgjdbc-ng

A new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres
https://impossibl.github.io/pgjdbc-ng
Other
600 stars 108 forks source link

Add missing quotes around column names #571

Closed safris closed 8 months ago

safris commented 2 years ago

This portion of the code is executed when PGResultSet.updateRow() is called. The omission of double-quotes around the column names seems to be a typo.

kdubb commented 11 months ago

@safris Please push a new (or empty) commit to restart actions.