PREPARE_NORMALIZE top-level constant

int const PREPARE_NORMALIZE

The SQLITE_PREPARE_NORMALIZE flag is a no-op.

This flag used to be required for any prepared statement that wanted to use the sqlite3_normalized_sql() interface. However, the sqlite3_normalized_sql() interface is now available to all prepared statements, regardless of whether or not they use this flag.

Implementation

const PREPARE_NORMALIZE = 0x02;