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

Allow bindings with optional values in PostgresBindings

Open rgcottrell opened this issue 1 year ago • 1 comments

This adds additional methods to PostgresBindings to allow bindings to be created with optionals. The new methods either append a null or delegate to original non optional version of the method. This will make it easier to create PostgresPreparedStatements insert into or update tables with nullable columns. See Issue #509.

rgcottrell avatar Oct 19 '24 09:10 rgcottrell