Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove the mention of "Sparc" from the TH3 documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e757c54921e001f256c9da48b288b07f |
User & Date: | drh 2016-07-25 13:23:58.508 |
Context
2016-07-28
| ||
15:08 | When generating C-language API docs, remove the various calling convention macros required for Windows builds (ex: SQLITE_API and SQLITE_CALLBACK) to avoid unnecessary confusion. (check-in: 09d99088da user: drh tags: trunk) | |
2016-07-25
| ||
13:23 | Remove the mention of "Sparc" from the TH3 documentation. (check-in: e757c54921 user: drh tags: trunk) | |
2016-07-23
| ||
21:45 | Tweaks to the JSON extension docs. (check-in: d0a0b0987f user: drh tags: trunk) | |
Changes
Changes to pages/th3.in.
︙ | ︙ | |||
309 310 311 312 313 314 315 | <p>SQLite itself is in the <a href="copyright.html">public domain</a> and can be used for any purpose. But TH3 is proprietary and requires a license. </p> <p>Even though open-source users do not have direct access to TH3, all users of SQLite benefit from TH3 indirectly since each version of SQLite is validated running TH3 on multiple platforms (Linux, Windows, WinRT, Mac, | | | 309 310 311 312 313 314 315 316 317 318 319 | <p>SQLite itself is in the <a href="copyright.html">public domain</a> and can be used for any purpose. But TH3 is proprietary and requires a license. </p> <p>Even though open-source users do not have direct access to TH3, all users of SQLite benefit from TH3 indirectly since each version of SQLite is validated running TH3 on multiple platforms (Linux, Windows, WinRT, Mac, OpenBSD) prior to release. So anyone using an official release of SQLite can deploy their application with the confidence of knowing that it has been tested using TH3. They simply cannot rerun those tests themselves without purchasing a TH3 license.</p> |