SQLite Forum

Grammatical error in CREATE TABLE documentation
Login

Grammatical error in CREATE TABLE documentation

(1) By Richard PArkins (rparkins) on 2021-01-28 19:04:23

On page <https://www.sqlite.org/lang_createtable.html>, the text <i>Hence, it has been decided to merely document the fact that SQLite allowing NULLs in most PRIMARY KEY columns.</i> should be <i>Hence, it has been decided to merely document the fact that SQLite <b>allows</b> NULLs in most PRIMARY KEY columns.</i>

It's a minor grammatical error, and I would offer to correct it for you, but I can't see where the sources for the documentation live.

(2) By Warren Young (wyoung) on 2021-01-28 21:08:06 in reply to 1 [link]

The documentation sources are [here][1], but [as a rule][2], the SQLite project doesn't accept drive-by patches. You can try sending in [a signed contributor's agreement][3], but that's no guarantee it'll get you a commit bit.

[1]: https://www.sqlite.org/docsrc/
[2]: /forumpost/63af708e6abf5
[3]: https://www.sqlite.org/copyright-release.html