Christoph Zwerschke

Results 230 comments of Christoph Zwerschke

Moved to 6.1 since we jump directly from 5.2 to 6.0.

f we want to go from module level to connection level thread-safety, we need to introduce a connection lock or mutex and wrap all the critical parts in the pgdb...

I currently don't see real use or demand for this. Before implementing this, I would like to see a concrete usage example or example implementation in another driver. (copied from...

I see two problems if we want to use binary *only for bytea values*: 1. For input, it is possible to send only some of the parameters as binary. In...

Will look into this in the next major version which will also allow us to introduce some breaking changes.

See also #69 for context. Currently we have a 64k fixed buffer limit, we should dynamically allocate memory instead.

This is a feature request for `inserttable()` in `pg` and `copy_from()` in `pgdb`, right?

The problem here is that the classic API is a mixture of high-level methods and low-level wrapper methods for the pqlib. The approach here would only work for the high-level...

Currently I see no real demand for this functionality which is difficult to implement and to use, so I have postponed it and decreased the priority. If we're going to...

Same issue here with Windows 11. "You're currently on version 4.18.0 (104112). The latest version is 4.19.0 (106363)." The "Installing Update" button is greyed out, but nothing happens. Manually uninstalling...