On Sep 11, 2008, at 1:11 PM, Gavin Kistner wrote:

> So I ask again: can the inclusion of backticks in the column name
> returned as the result for certain select statements be considered a
> bug?

In the absence of an AS clause, SQLite makes no promises about column  
names.  If you want a specific column name, use an AS clause on that  
column to specify the name.  Otherwise, you get what you get and what  
you get might change from one point release to the next.  (That said,  
people tend to scream furiously when the column naming rules changes,  
so we do try to avoid changing them without a very good reason.)


D. Richard Hipp
[EMAIL PROTECTED]



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

Reply via email to