SQLite Forum

Using SQLITE_OMIT_xxx in SQLite 3.36
Login
Would you please list a few of the SQLITE_OMIT-* <u>[listed here](https://sqlite.org/compile.html#omit_alter_table)</u> which "don't work anymore"?

There have been many changes since v3.6, so I do not know how to interpret "most of ...". I hesitate to do the work needed to demonstrate that most of the OMIT options presently documented <b>do</b> work. They all should, if they appear in that list for the doc revision corresponding to a given SQLite library release. Any discrepancies between what is documented to work and what does work will be fixed.

Please forgive my skepticism regarding that "most". Having observed the effort that goes into keeping that list current and the corresponding preprocessing conditionals operational, I find it so difficult to believe that "most" do not work that I am not quite willing to bother checking them all to see whether a majority of those options are faux.