Dear all,

Yesterday I upgraded my SQLite version from version 3.5.9 to 3.6.10, and I
now experience an issue while making a SELECT on one of my view :

This query was previously working on version 3.5.9 : 
SELECT [GENERAL.ID] FROM VIEW_GENERAL;

where "GENERAL.ID" is the name of a column in the view. 

I now get this error : GENERAL.ID : no such column.
I think it gets confused with the dot, how to make the query understand it
as column name, and not table name + column name ?

Thanks for help,

Regards,

Anthony
-- 
View this message in context: 
http://www.nabble.com/SELECT-issue-with-SQLite-3.6.10-tp21682817p21682817.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to