pgnio icon indicating copy to clipboard operation
pgnio copied to clipboard

Asynchronous PostgreSQL client for Java and the JVM

Results 4 pgnio issues
Sort by recently updated
recently updated
newest added

…ing work. Utilize atomic operations to avoid set(0) at wrong time concurrently.

Now that https://github.com/oracle/oracle-db-examples/tree/master/java/AoJ has been released which is an impl on top of the early ADBA base, maybe we can get one going here too. One thing I'd like to...

enhancement

This could be an issue, but at the moment it's just a question. If I have a type in the DB: create type foo as (a int, b text, c...

Basically, I'm getting "Attempting to reuse a connection in an invalid state. Did you forget a 'done' somewhere?" on `InTransaction::rollbackTransaction`. This is because it's already out of that state. Do...