Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More typo fixes in quirks.html |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f6681985cd814f13795d4f87dff09308 |
User & Date: | drh 2019-07-11 16:31:53.621 |
Context
2019-07-13
| ||
16:24 | Remove obsolete and unsupported BNF and TEXT representations of the grammar. (check-in: b02f76d76f user: drh tags: trunk) | |
2019-07-11
| ||
16:31 | More typo fixes in quirks.html (check-in: f6681985cd user: drh tags: trunk) | |
16:01 | Fix typos in the quirks document. (check-in: 596c4951a0 user: drh tags: trunk) | |
Changes
Changes to pages/quirks.in.
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + - - + + | If you are an SQLite user whose has stumbled over some quirk of SQLite that is not mentioned here, please send us an email so that we can document the problem. <h1>SQLite Is Embedded, Not Client-Server</h1> <p> |
︙ | |||
140 141 142 143 144 145 146 | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | - + | Which format you use, is entirely up to your application. <h1>Foreign Key Enforcement Is Off By Default</h1> <p>SQLite has parsed foreign key constraints for time out of mind, but added the ability to actually enforce those constraints much later, with [version 3.6.19] ([dateof:3.6.19]). By the time foreign key constraint |
︙ |