Zach Rausnitz

Results 5 issues of Zach Rausnitz

### Describe the bug When decoding a Postgres value into a `RawRepresentable` enum type, if the raw value does not match a valid case of the enum, the following error...

bug
good first issue

We implemented this in our project so we could use the Postgres [inet](https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-INET) type with PostgresNIO. Postgres's inet and SwiftNIO's `SocketAddress` aren't a perfect match but they're fairly close. Let...

### Describe the bug Using aliases in `select` queries will cause a fatal error if the following two things happen: - The alias exceeds the Postgres character limit. - The...

bug

### Describe the issue Memory usage spiked when we deployed our application with postgres-nio 1.22.0. ### Vapor version 4.102.1 ### Operating system and version Linux ### Swift version Swift 5.10...

bug

**Is your feature request related to a problem? Please describe.** `Database.logger` is get-only, but I'd like to modify the `Logger` metadata and the log handler. My use-case is to track...

enhancement