postgres-nio
postgres-nio copied to clipboard
Allow bindings with optional values in PostgresBindings
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.