karlseguin / pg.zig

Native PostgreSQL driver / client for Zig
MIT License
158 stars 9 forks source link

fix: support zig 0.12 by pg.zig #5

Closed kitsuniru closed 6 months ago

kitsuniru commented 6 months ago

steps: merge this MR before - https://github.com/karlseguin/buffer.zig/pull/1 change buffer hash by yourself merge this into master

closes https://github.com/karlseguin/pg.zig/issues/6

karlseguin commented 6 months ago

Thanks, that change to Zig happened last night (relative to me) :)

karlseguin commented 6 months ago

FYI I'm having intermittent compilation crashes with the latest zig and pg.zig.

karlseguin commented 6 months ago

Hmm..just seems to be related to the custom test runner. I'll keep looking into it, but the library might be fine.