Hide Forgot
Description of problem: The jdbc driver is still using deprecated flag autocommit that has been marked as deprecated on the server side for a long time. Since 9.5.x this flag is not supported on the serverside anymore, so any connection request is beeing rejectet!! Version-Release number of selected component (if applicable): client side: 9.4.1200-3.fc24 server side: 9.5.4-1 How reproducible: does permanentls fail Steps to Reproduce: 1.get a SQL Ide i.e. IntelliJ and try to connect to a local DB 2.server denied connection request with Connection to budger@localhost failed. FEHLER: unbekannter Konfigurationsparameter ��autocommit�� 3. Actual results: it fails Expected results: it works Additional info: postgres-jdbc Version 9.4.1211 (2016-16-16) https://jdbc.postgresql.org/documentation/changelog.html
Can you be more specific? What commits need to be back-ported to make it work for you? TBH, I don't know the IntelliJ IDE, so can you help? I just tried to connect my testing script to (local) postgresql server through local port (on fedora 24) and I was able to connect successfully.
Christian, thanks for the report btw!
i'll gonna redraw my incident. I found a similar Dev environement, where the jdbc driver was able to work.
By Dev environment you mean something different from IntelliJ? Anyway, in case you have more details, feel free to reopen. Thanks.