Table was created by copying data from other database:

C:\>sqlite3.exe db
SQLite version 3.7.16.2 2013-04-12 11:52:43
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> attach 't68286' as x;
sqlite> create table tabela_analityczna as select *, 1 from 
x.tabela_analityczna;

Created database can be downloaded from http://bardzotajnekonto.w.interii.pl/db

Select below crashes sqlite:

C:\>chcp 65001
Aktywna strona kodowa: 65001

C:\>sqlite3.exe db
SQLite version 3.7.16.2 2013-04-12 11:52:43
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> SELECT `czy firma upadła` FROM `tabela_analityczna`;


C:\>


Debugging on older version shows that nField in OP_Column is smaller than real 
number of columns. 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to