RSmith wrote:
> On 2014/07/11 17:26, Bruce Cowan wrote:
>> When you select columns from a view, the (ADO.NET) DbDataReader that is
>> returned from the execute call does not contain sensible column names
>
> There is no contract of which column names should be returned, no
> "incorrect" headers and no guarantee, and no obligation from the
> standard or any other requirement.

But these particular column names do not look as if they were anything
but as bug:

sqlite> select "TestView"."id", "TestView"."data2" from TestView;
TestView    TestView
----------  ----------
1           Miranda


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to