Sure it’s documented in the release log, but it’s not documented in the C-API (https://sqlite.org/c3ref/expanded_sql.html), and it’s not documented among every other compile-time option (https://www.sqlite.org/compile.html).
I don’t know why you listed that second link. It doesn’t mention anything about SQLITE_ENABLE_NORMALIZE. Anyone reading that documentation would simply assume it’s available by default. Perhaps some CDN is causing us to view different versions of that page? This is what I see: https://imgur.com/J6ctQqT > On Mar 15, 2019, at 1:33 PM, Hick Gunter <[email protected]> wrote: > > Actually It is documented > > See https://sqlite.org/changes.html look for release 3.26.0 > and https://sqlite.org/c3ref/expanded_sql.html > and https://sqlite.org/releaselog/3_26_0.html where the compile option is > mentioned > > > -----Ursprüngliche Nachricht----- > Von: sqlite-users [mailto:[email protected]] Im > Auftrag von Joshua Thomas Wise > Gesendet: Freitag, 15. März 2019 18:26 > An: SQLite mailing list <[email protected]> > Betreff: [EXTERNAL] Re: [sqlite] Missing docs > > 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 > > > ___________________________________________ > Gunter Hick | Software Engineer | Scientific Games International GmbH | > Klitschgasse 2-4, A-1130 Vienna | FN 157284 a, HG Wien, DVR: 0430013 | (O) > +43 1 80100 - 0 > > May be privileged. May be confidential. Please delete if not the addressee. > _______________________________________________ > 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

