> PRAGMA full_column_names;
>
> PRAGMA short_column_names;

Did you really set them, or just query them?

<http://www.sqlite.org/pragma.html>:

     PRAGMA full_column_names;
     PRAGMA full_column_names = 0|1;

     Query or change the short-column-names flag. ...

Regards

Reply via email to