On 21 August 2017 at 17:25, Clemens Ladisch <clem...@ladisch.de> wrote:

> 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);
>

Doesn't look like a recent change in behaviour either; even as far back as
3.8.1 the pragma table_info comes up empty.

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

Reply via email to