sanhua.zh wrote:
> I find that `PRAGMA table_info(tableName)` will not check the expired schema
> which is modified by other sqlite connections.
>
> Here is the sample code:
That code is incomplete and buggy. (Heed the compiler warnings!)
Anyway, I can reproduce this with two command-line shells:
1 2
============================ ==================
select * from sqlite_master;
create table t(x);
pragma table_info(t);
Regards,
Clemens
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users