Page 1 of 1

EF: inserting into table with only serial pk column - bug

Posted: Fri 26 Sep 2008 07:08
by kulibin
I try to create entity. It contain only key and stores in database table, which contain only serial primary key column. SQL, which has been generated for inserting this entity: "INSERT INTO contact() VALUES();". It raises pgsql-error.
SQL, that provider must generate: "INSERT INTO contact(id_contact) VALUES(DEFAULT);".

Posted: Fri 26 Sep 2008 12:54
by Shalex
We are investigating this situation. You will be notified on results as soon as possible.

Posted: Thu 13 Nov 2008 13:37
by Shalex
This issue is fixed. Look forward to the final release of dotConnect for PostgreSql.