Interesting deprecation approach
time to read 1 min | 92 words
Found on the SQLite site:
This pragma was available in version 2.8 but was removed in version 3.0. It is a dangerous pragma whose use is discouraged. To help dissuide users of version 2.8 from employing this pragma, the documentation will not tell you what it does.
That is an... interesting way to go about deprecating features.

Comments
Comment preview