SQLite Forum

sqlite3_normalized_sql(stmt) inconsistency?
Login
Does SQLITE_ENABLE_NORMALIZE have to be defined for sqlite3_normalized_sql to work? I just undefined it and it works as before yet I see
#ifdef SQLITE_ENABLE_NORMALIZE
throughout the sqlite3.c code.