Will Leshner wrote:

>I don't know if I'd call this a bug, exactly, but if you do
>
>PRAGMA short_column_names
>
>to get the short_column_names setting, the result you get back has a  
>column named "short_column_name". In other words, the column name  
>lacks an 's' at the end.

I can not reproduce this. I get:

SQLite version 3.2.1
Enter ".help" for instructions
sqlite> .mode columns
sqlite> .header on
sqlite> pragma short_column_names;
short_column_names
------------------
1
sqlite>

Kind regards
        Hans

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 

Reply via email to