fazalmajid / temboz

The Temboz RSS/Atom feed reader
MIT License
81 stars 4 forks source link

Typo in ddl.sql: trailing comma on line 39 #84

Closed fazalmajid closed 11 years ago

fazalmajid commented 11 years ago

(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