Ticket 84: Typo in ddl.sql: trailing comma on line 39
(a quick search found no duplicate ticket for this, sorry if there is one!)
Right now a "sqlite3 rss.db < ddl.sql" fails because there is a trailing comma on line 39 (after "item_rule_uid integer").
This is with sqlite3 version 3.6.13.
Also, the documentation (INSTALL) should probably read
sqlite3 rss.db < ddl.sql
not
sqlite rss.db < ddl.sql
Remarks:
Properties:
| Type: |
bug |
|
Version: |
CVS--2009-04-23 |
| Status: |
fixed |
|
Created: |
2009-Jun-08 10:02 |
| Severity: |
2 |
|
Last Change: |
2009-Sep-24 18:14 |
| Priority: |
2 |
|
Subsystem: |
|
| Assigned To: |
majid |
|
Derived From: |
|
| Creator: |
anonymous |
Related Check-ins:
| 2009-Sep-24 18:14 |
• |
Check-in [427]: #84 fix errors in documentation (By majid) |
| 2009-Sep-16 15:24 |
• |
Check-in [415]: #23 added a table fm_tags to record tags listed in the feeds (By majid) |