Re: [sqlite] how to know the list of pragma that are database related or connection related

2010-12-07 Thread Igor Tandetnik
Vander Clock Stephane wrote: >>> Some pragma are set be connection, >>> some by database (and all the connection to this database) and >>> some by the engine (all database and all connections) >> Could you give an example of this last category? I don't see by what >>

Re: [sqlite] how to know the list of pragma that are database related or connection related

2010-12-07 Thread Vander Clock Stephane
>> Some pragma are set be connection, >> some by database (and all the connection to this database) and >> some by the engine (all database and all connections) > Could you give an example of this last category? I don't see by what possible > mechanism could a PRAGMA issued in one process

Re: [sqlite] how to know the list of pragma that are database related or connection related

2010-12-07 Thread Igor Tandetnik
Vander Clock Stephane wrote: > Some pragma are set be connection, > some by database (and all the connection to this database) and > some by the engine (all database and all connections) Could you give an example of this last category? I don't see by what possible