Yes sorry, it was a erroneous copy-paste. I was referring to sqlite3_normalized_sql().
As Keith said, it’s only available if the SQLITE_ENABLE_NORMALIZE compile option is used, but that is not documented anywhere. > On Mar 15, 2019, at 3:56 AM, Keith Medcalf <[email protected]> wrote: > > > 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 _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

