mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
This simplifies handling default values. Now there is no ambiguity between a zero value and a default value. All default values are set by ParseConfig and the user can modify them after the initial creation. fixes #567