CARIOTOGLOU MIKE wrote:
I noticed that the previous version had some PRAGMA's not implemented,
notably
DEFAULT_SYNCHRONOUS (and, I think, also SHOW_DATATYPES, or
EMPTY_RESULT_CALLBACKS, I am not sure).
any changes on this ?



DEFAULT_SYNCHRONOUS no longer exists. The default setting for synchronous is FULL. If you want something different, you have to change it every time you open a new connection.

SHOW_DATATYPES no longer exists.

The following pragmas are scheduled to be removed in the future:

    EMPTY_RESULT_CALLBACKS
    FULL_COLUMN_NAMES
    SHORT_COLUMN_NAMES
    COUNT_CHANGES



--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to