Eric Grange wrote:
>> Could I suggest that the STMT virtual table be renamed as something like 
>> sqlite_statements ?
>> Or anything else that starts with "sqlite_" ?
>
> Seconded, especially as more and more virtual tables become available (a
> good thing), there is a greater risk of name collision, so an "sqlite_"
> namespace would be nice.

There already is an "sqlite_" namespace, and it is reserved for internal
objects of SQLite itself.

The STMT virtual table is an extension that must be explicitly enabled.
(The sqlite3 command-line shell does so by default, but it already did
with other extensions like fileio, and it does not actually have the
same API stability guarantees as the SQLite library.)


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

Reply via email to