SQLITE_PREPARE_NORMALIZE constant

int const SQLITE_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_sqlstatic const int ) interface. However, the sqlite3_normalized_sqlstatic const int ) interface is now available to all prepared statements, regardless of whether or not they use this flag.

Implementation

static const int SQLITE_PREPARE_NORMALIZE = 0x02;