mirror of
https://github.com/jackc/pgx.git
synced 2025-05-12 10:29:49 +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