Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added a new FAQ to explain how the syntax diagrams are created. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
74c109fae7b8adddaaca2ee40860e7a1 |
User & Date: | drh 2009-04-21 16:14:21.000 |
Context
2009-04-27
| ||
11:59 | Updates to fileformat.html. (check-in: 712d82fbd7 user: dan tags: trunk) | |
2009-04-21
| ||
16:14 | Added a new FAQ to explain how the syntax diagrams are created. (check-in: 74c109fae7 user: drh tags: trunk) | |
2009-04-20
| ||
17:43 | Update documentation to describe how pragma journal_mode will work as long as there is no pending transaction. (check-in: 8bb233e0af user: drh tags: trunk) | |
Changes
Changes to pages/faq.in.
︙ | ︙ | |||
594 595 596 597 598 599 600 601 602 603 604 605 606 607 | <p>SQL uses double-quotes around identifiers (column or table names) that contains special characters or which are keywords. So double-quotes are a way of escaping identifier names. Hence, when you say <tt>column1="column1"</tt> that is equivalent to <tt>column1=column1</tt> which is obviously always true. } # End of questions and answers. ############# hd_puts {<h2>Frequently Asked Questions</h2>} hd_puts {<p>See also <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWikiFaq">SqliteWikiFaq</a>.</p>} | > > > > > > > > | 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 | <p>SQL uses double-quotes around identifiers (column or table names) that contains special characters or which are keywords. So double-quotes are a way of escaping identifier names. Hence, when you say <tt>column1="column1"</tt> that is equivalent to <tt>column1=column1</tt> which is obviously always true. } faq { How are the syntax diagrams (a.k.a. "railroad" diagrams) for SQLite generated? } { The process is explained at <a href="http://wiki.tcl.tk/21708"> http://wiki.tcl.tk/21708</a>. } # End of questions and answers. ############# hd_puts {<h2>Frequently Asked Questions</h2>} hd_puts {<p>See also <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWikiFaq">SqliteWikiFaq</a>.</p>} |
︙ | ︙ |