pgjdbc-ng icon indicating copy to clipboard operation
pgjdbc-ng copied to clipboard

A new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres

Results 69 pgjdbc-ng issues
Sort by recently updated
recently updated
newest added

https://jdbc.postgresql.org/documentation/head/replication.html Can I use this to get a stream of changes easily?

This is a suggested fix for #551. I created a new type to handle the text array, and modified the generator to use this new type when the DB has...

There seems to be incompability between `VARCHAR` and `TEXT` (at least for custom composite type). when one uses `writeString` into field which declared as `TEXT` exception is thrown: ``` error:...

Hi, I am user of clojure and clojure.java.jdbc. I'd like to take advantage of using SQLData, I am following your user guide https://impossibl.github.io/pgjdbc-ng/docs/current/user-guide/#_java_sql_sqldata and one from psql https://www.postgresql.org/docs/current/rowtypes.html and trying...

Hi, I've noticed that the Housekeeper logs entire connection string including the password which is pretty bad from a security perspective. Example of the log message with fake data: ```...

Our application is doing a "setString()" on a PreparedStatement, whose parameter is a SQL interval. In prior versions of the driver, this string would be passed on to PG, but...

priority: medium
type: conformance

Connection to a PostgreSQL database on Windows 7 or newer configured to use Norwegian Bokmal language always fails. This is a quick-and-dirty solution I should use to make the driver...

Hello, I am feeling a little stumped (and I feel like I have done this before). I am attempting to use a prepared statement to insert into a table that...

Hi! I use exposed kotlin version 0.31.1 com.impossibl.pgjdbc-ng:pgjdbc-ng:0.8.9 After code: ``` fun insertOperation( operationId: UUID, deviceId: UUID, history: List ): Unit = transaction { HistoryEntity.batchInsert(historyOperationStages, ignore = true) { this[HistoryEntity.id]...

Any idea what causes this exception? ` java.lang.IllegalStateException: Unhandled message: 2 @ com.impossibl.postgres.protocol.v30.PrepareRequest$Handler at com.impossibl.postgres.protocol.v30.MessageDispatchHandler.dispatch(MessageDispatchHandler.java:214) at com.impossibl.postgres.protocol.v30.MessageDispatchHandler.channelRead(MessageDispatchHandler.java:149) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:328) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:315) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:429) at...

type: bug
status: accepted
status: blocked
priority: high