Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge accidental fork |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0f2064446a134ed62e9faf81e8c37d5e |
User & Date: | drh 2014-05-24 17:31:15.809 |
Context
2014-05-25
| ||
20:11 | Another accidental fork merge. (check-in: b1b9dd90bb user: drh tags: trunk) | |
2014-05-24
| ||
17:31 | Merge accidental fork (check-in: 0f2064446a user: drh tags: trunk) | |
17:01 | Enhance the "opcodes.html" document to include hyperlinks from to the opcodes. (check-in: 0d929c02e3 user: drh tags: trunk) | |
2014-05-22
| ||
10:00 | Fix a typo in FAQ item 14. (check-in: 1b0ed95a32 user: dan tags: trunk) | |
Changes
Changes to pages/faq.in.
︙ | ︙ | |||
328 329 330 331 332 333 334 | faq { How do I use a string literal that contains an embedded single-quote (') character? } { <p>The SQL standard specifies that single-quotes in strings are escaped by putting two single quotes in a row. SQL works like the Pascal programming | | | 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 | faq { How do I use a string literal that contains an embedded single-quote (') character? } { <p>The SQL standard specifies that single-quotes in strings are escaped by putting two single quotes in a row. SQL works like the Pascal programming language in this regard. Example: </p> <blockquote><pre> INSERT INTO xyz VALUES('5 O''clock'); </pre></blockquote> } |
︙ | ︙ |