# HG changeset patch # User Thomas Arendsen Hein # Date 1313578119 -7200 # Node ID 565825db59d267666c92bc36fa729ea77f2cea79 # Parent 40f52b4b02a4d9af8d2f0703cc131ad536e32247 Use ".read" instead of ".r" in sqlite3 command ".r" is ambiguous and sqlite 3.6.11 added ".restore" diff -r 40f52b4b02a4 -r 565825db59d2 README --- a/README Tue Aug 16 11:54:59 2011 +0200 +++ b/README Wed Aug 17 12:48:39 2011 +0200 @@ -14,7 +14,7 @@ # apt-get install sqlite3 - $ echo '.r schema.sql' | sqlite3 time.db + $ echo '.read schema.sql' | sqlite3 time.db 2 - adding new projects to time.db: