On 17 Feb 2016, at 11:38am, Luca Ferrari <fluca1978 at infinito.it> wrote:
> 
> The next question is: do I have a way to conditionally place the
> pragma test into an sql file to make sqlite apply it?

No.  You can store SQL commands in a table if you like, but there's no way to 
make SQLite automatically execute them directly.  You have to have your 
software do it.

Simon.

Reply via email to