quoted identifiers in server explorer in vs

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
kmadej
Posts: 1
Joined: Mon 06 Sep 2010 14:10

quoted identifiers in server explorer in vs

Post by kmadej » Mon 06 Sep 2010 14:20

Is there any way to force dotConnect to use quoted identifiers in Server Explorer in VS2008/VS2010 when trying to retrieve data or build query? I couldn't find any option for that and by default it doesn't causing an error (object doesn't exist)...

Regards,
Konrad Madej

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 07 Sep 2010 13:11

We will try to fix the described issue and notify you about the results as soon a possible. As a workaround, please drag&drop on your form (WinForms App) the PgSqlDataAdapter component to retrieve data in design time (this component also includes the "Quote identifiers" option when generating the update commands).

Post Reply