On 13 Jan 2020, at 1:43am, Xingwei Lin <xwlin....@gmail.com> wrote: > Is there any way can we disable the dot commands feature in sqlite?
SQLite – the library you call from C and other programming languages – does not support the dot commands. It doesn't recognise them. If you try to use them you will get a complaint about bad syntax. The dot commands are part of the SQLite command line shell program. Only this one program understands the dot commands. The source code for this program is part of the SQLite download package. You could make your own copy of that program which did not support the dot commands. But that would not stop someone else from using their copy on your own database files. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users