PgSqlCommandBuilder bUG

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
inestable

PgSqlCommandBuilder bUG

Post by inestable » Thu 15 Jun 2006 10:33

PgSqlCommandBuilder doesn´t work if you have a fieldname that starts with from.

For instance,

select client_id,from_client_id, to_client_id,name
from Clients

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

Post by Alexey » Thu 15 Jun 2006 11:04

We reproduced the bug and now fixing it.
Look forward to the next build.

Post Reply