Dave Cramer

Results 500 comments of Dave Cramer

@kdubb my recollection is that we have no real way to support both timestamp and timestamptz in hibernate so we choose one. This may help https://stackoverflow.com/questions/13357487/how-to-map-postgresql-timestamp-with-time-zone-in-a-jpa-2-entity

I have the same issue, even though I can copy the exact arguments and run it manually and it works ``` $JAVA_HOME/bin/native-image -cp /Users/davecra/projects/jdbcbench/build/libs/nativecompile-classpath-0.1-SNAPSHOT.jar --no-fallback --verbose -H:Path=/Users/davecra/projects/jdbcbench/build/native/nativeCompile -H:Name=jdbcbench -H:ConfigurationFileDirectories=/Users/davecra/projects/jdbcbench/build/native/generated/generateResourcesConfigFile -H:Class=rocks.postgres.JDBCBench...

Feel free to jump on the thread and let them know On Thu, Apr 16, 2020, 3:00 PM Tony Locke, wrote: > Hi @davecramer , I wasn't aware of this...

If you know any other driver/client writers please pass this along. The server folks seem to be a bit myopic.

I agree that this is a bug in the server. I attempted to provide a patch once but it was not well received. See https://www.postgresql.org/message-id/b9fb50dc-0f6e-15fb-6555-8ddb86f4aa71%40postgresfriends.org for discussion

Thx for the report. I would suggest upgrading as rewriteInsert in 1209 makes batch inserts much faster Dave Cramer On 16 September 2016 at 04:51, Nicolas Barbier [email protected] wrote: >...

@turbanoff I think the work around is to increase the size of the send buffer as per the comments above

@zistrong are you attempting to use the same connection in a multi-threaded app ? From what I can see it is not the same issue