Thread overview
PostgreSQL. Unknown parameter of configuration : "autocommit"
Apr 05, 2016
Suliman
Apr 05, 2016
Suliman
Apr 05, 2016
Kagamin
Sep 21, 2016
Vadim Lopatin
April 05, 2016
Is there anybody who have success connect to PostgreSQL with ddbc?

I am getting next error: https://github.com/buggins/ddbc/issues/22
April 05, 2016
On Tuesday, 5 April 2016 at 07:53:20 UTC, Suliman wrote:
> Is there anybody who have success connect to PostgreSQL with ddbc?
>
> I am getting next error: https://github.com/buggins/ddbc/issues/22

Look like driver do not support PG 9.5

http://www.symmetricds.org/issues/view.php?id=2439
April 05, 2016
On Tuesday, 5 April 2016 at 10:30:58 UTC, Suliman wrote:
> http://www.symmetricds.org/issues/view.php?id=2439

http://www.postgresql.org/docs/9.5/static/ecpg-sql-set-autocommit.html - doesn't look deprecated or anything.
September 21, 2016
On Tuesday, 5 April 2016 at 07:53:20 UTC, Suliman wrote:
> Is there anybody who have success connect to PostgreSQL with ddbc?
>
> I am getting next error: https://github.com/buggins/ddbc/issues/22

Fixed.