Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-29 | Generify ErrorResponse to allow for NoticeResponse which shares it'sHEADmain | Martin Ashby | |
structure. Add a very basic test for running an actual query | |||
2023-09-28 | Bring Query message up to latest thinking | Martin Ashby | |
2023-09-28 | WIP | Martin Ashby | |
2023-09-28 | Work on ResultIterator | Martin Ashby | |
2023-09-28 | More work on conn.zig | Martin Ashby | |
2023-09-28 | Start adding Conn#receiveMessage | Martin Ashby | |
2023-09-27 | Add a tagged union for all backend messages. | Martin Ashby | |
Move read_message to proto.zig and make it return the tagged union rather than expecting a message type. | |||
2023-09-27 | Add cleartext password handling. | Martin Ashby | |
Fix segfault on error response read. Add test for tcp connection and incorrect password | |||
2023-09-27 | Move conn and config to their own folders analogous to pgx | Martin Ashby | |