Hi all,

It seems the IDataReader.GetName(int i) method return name surrounded by double quotes for views.

Example:

For a table : "Id"
For a view : "\"Id\""

Is it the expected behaviour ?

Thanks

Vincent

PS: In the same way, IDataReader.GetColumnIndex() will return -1 for view column name if you do not surround them with double quotes.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to