LibPQ.jl icon indicating copy to clipboard operation
LibPQ.jl copied to clipboard

A Julia wrapper for libpq

Results 64 LibPQ.jl issues
Sort by recently updated
recently updated
newest added

This is a bunch of work. This requires: - [ ] a copy of the encoding stored in the Result object (the connection can change encoding but this doesn't affect...

Differences: https://github.com/iamed2/LibPQ.jl/compare/v1.17.1...master

Closes https://github.com/invenia/LibPQ.jl/issues/260 This adds binary format parsing for UUID and sets the default Julia type for PostgreSQL's `uuid` to `Base.UUID`. The import relies on the UUIDs stdlib export for stability's...

Hi, I'm trying to store a Vector{UInt8} in a bytea column but am getting unexpected results. Maybe you have an idea of what I'm doing wrong or if this is...

This code crashes ```julia using Dates using LibPQ DateTime("2023-10-25T00:00:00.000Z", "yyyy-mm-ddTHH:MM:SS.sssZ") ``` with error: ```julia ERROR: ArgumentError: Unable to parse date time. Expected directive DatePart(Z) at char 24 Stacktrace: ``` But...

Towards making this work https://github.com/TechEmpower/FrameworkBenchmarks/pull/8370/files (more [context](https://discourse.julialang.org/t/julia-can-be-better-at-doing-web-a-benchmark/103300)) I'm trying to remove any blocking calls from anywhere in the Julia Web stack. Though this may be minor, I think it's not...

https://github.com/postgres/postgres/commit/28b5726561841556dc3e00ffe26b01a8107ee654 This also opens the door for a `prepare` do-block.

According to the Profile.jl, that's mostly completely spent at file watching (which is very sad and probably a FileWatching.jl issue)