Tags: database-utility/postgres-kit
Tags
Address issues in decoding data from the database (vapor#211) * Retool PostgresDataDecoder not to violate Coding usage invariants, to throw more consistent errors, and to forward its decoding logic consistently. * Fix tests to clean up connections properly on error, to respect environment overrides for test config, to handle errors sensibly, and to not open lots of pointless extra connections. * Heavily updates the CI, including fixing some brokenness caused by a GH Actions bug.
Use PostgresNIO's default JSON coders (vapor#195) * Use postgres-nio's `_defaultJSONEncoder` and `_defaultJSONDecoder` global variables as the default values for the JSON coders in `PostgresDataEncoder` and `PostgresDataDecoder` * Deprecate the previous "jsonDecoder" variable of PostgresDataDecoder and rename it to "json" * Fix spacing slightly in PostgresDataDecoder * Fix spacing in PostgresDataDecoder
2.0.0 gm (vapor#182) * 2.0.0 gm * file updates * update guide docs * fix img * fix img * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fixes * code cleanup * add search path * add searchPath fixes vapor#9 * optional password * fix decoder force unwrap vapor#175 * pass server hostname, fixes vapor#178 * array type test * test fluent gm branch * master + import fix
PreviousNext