issues
search
karlseguin
/
pg.zig
Native PostgreSQL driver / client for Zig
MIT License
250
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to re-use acquired connection?
#51
gyongph
closed
3 days ago
2
Fix Stream import
#50
bobf
closed
1 week ago
0
Build doesn't seem to work
#49
Twiggeh
closed
1 week ago
2
Expose result mapper type.
#48
Madeorsk
closed
3 weeks ago
1
Array of enum is not supported
#47
gyongph
closed
3 weeks ago
1
error: `no field named 'sec' in struct 'os.linux.x86_64.timeval'`
#46
HyperCodec
closed
3 weeks ago
2
Rollback transaction after a failed query seems to never work
#45
richard-powers
closed
1 month ago
4
Error received for the same query is not always the same;
#44
gyongph
closed
1 month ago
1
comptime if to use correct timeval fields on macos
#43
NoahKamara
closed
1 month ago
0
update to fit zig 0.13 and fix error
#42
huaxk
closed
1 month ago
1
How can I use mapper to return an array of []const u8?
#41
gyongph
closed
1 month ago
6
sslmode?
#40
jcollie
closed
1 month ago
1
Fix ambiguous reference
#39
bobf
closed
2 months ago
1
Update readme with simple instruction to add the library
#38
akhildevelops
closed
2 months ago
1
Support WASI
#37
crat1985
closed
3 months ago
4
how to fix it?
#36
xiusin
closed
3 months ago
4
Would this be the recommended way to create transactions ?
#35
crat1985
closed
3 months ago
5
thread 107451 panic: index out of bounds: index 10, len 10
#34
crat1985
closed
3 months ago
3
Patch posix compile error
#33
crat1985
closed
3 months ago
1
Pool.init() throws a compile time error on Linux
#32
crat1985
closed
3 months ago
4
FIX: invalid field name for posix.timeval config
#31
gyongph
closed
3 months ago
2
`execOpts` causes memory leak
#30
sdykae
closed
3 months ago
2
named params?
#29
sdykae
closed
3 months ago
2
Add URI parsing for connections, similar to libpq
#28
MFAshby
closed
3 months ago
1
Bind parameters causing invalid byte sequence error
#27
BTOdell
closed
4 months ago
6
`opts.write_buffer` ignored
#26
par5er
closed
4 months ago
1
std.Build: try future std.Build API
#25
BratishkaErik
opened
4 months ago
2
Issues with the dynamic buffer
#24
zigster64
closed
4 months ago
9
Extend row.get() to handle iterator types, which in turn fixes row.to() to handle iterator columns
#23
zigster64
closed
4 months ago
5
Free dynamic buffer
#22
zigster64
closed
5 months ago
5
Added QueryResult.to fn
#21
richard-powers
closed
5 months ago
5
prepare does a start flow - it should endFlow on the way out
#20
zigster64
closed
5 months ago
1
Bus error on read - investigating
#19
zigster64
closed
4 months ago
14
Consider exporting type pg.Iterator as a public type
#18
zigster64
closed
5 months ago
1
Cross compile to 32bit - error in counter.zig - expected 32-bit integer type or smaller; found 64-bit integer type.
#17
zigster64
closed
5 months ago
0
Will making a query block the main thread?
#16
FaisalAhmedAlghamdi
closed
5 months ago
1
Using pg.zig with multiple threads or workers with Zap
#15
richard-powers
closed
7 months ago
19
Segfault trying to read query results `result.next()`
#14
richard-powers
closed
7 months ago
4
Feature request - Add support for application_name inside connection string for PostgreSQL
#13
Visytel
closed
8 months ago
3
access violation
#12
mattn
closed
7 months ago
2
Raw data for record?
#11
Krymancer
closed
8 months ago
2
Encryption support?
#10
mattn
closed
7 months ago
25
build.zig.zon "error: UnsupportedUrlScheme" Zig 0.11
#9
emastho
closed
8 months ago
2
Benchmarks against other clients/drivers
#8
kitsuniru
opened
10 months ago
1
chore: installation steps in readme.md
#7
kitsuniru
closed
10 months ago
1
zig 0.12 support
#6
kitsuniru
closed
10 months ago
0
fix: support zig 0.12 by pg.zig
#5
kitsuniru
closed
10 months ago
3
error: @intCast must have a known result type
#4
kitsuniru
closed
10 months ago
2
Connection option host only seems to work with IP addresses and not hostnames
#3
m3dwards
closed
11 months ago
2
error: @intCast must have a known result type in StartupMessage.zig
#2
m3dwards
closed
11 months ago
2
Next