These docs: https://sqlite.org/c3ref/expanded_sql.html
The sqlite3_sql and sqlite3_expanded_sql are always be available. The sqlite3_normalized_sql interface is only available if the SQLITE_ENABLE_NORMALIZE compile option is used. --- The fact that there's a Highway to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. >-----Original Message----- >From: sqlite-users [mailto:sqlite-users- >[email protected]] On Behalf Of Joshua Thomas Wise >Sent: Thursday, 14 March, 2019 15:40 >To: SQLite mailing list >Subject: [sqlite] Missing docs > >Nowhere in the current documentation does it mention the existence of >the SQLITE_ENABLE_NORMALIZE compile-time option, and nowhere does it >mention that sqldark_source_normalized() requires that option to be >present. > >The docs should probably mention this. > >- Josh >_______________________________________________ >sqlite-users mailing list >[email protected] >http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

