InsertOid problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
kerstinb
Posts: 1
Joined: Tue 23 Jan 2007 17:17

InsertOid problem

Post by kerstinb » Tue 23 Jan 2007 17:39

Hi,

When I insert a new row in a table that gets it's id from a sequence, I do not return the id from the property InsertOid. The insertion is ok and I can se the newly created record in the database along with a valid id, but InsertOid is always 0. What can I be doing wrong?

Regards,
Kerstin

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 25 Jan 2007 10:13

We have reproduced the problem and now we are investigating it.
You will be notified on results as soon as possible.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 25 Jan 2007 14:35

Please provide me with your table definition.

Post Reply