Recent Posts by Arthur Blair
|
May 9, 2008
Arthur Blair
2 posts
|
Topic: Agile Web Development with Rails, 3rd Edition / Chapter 10.1 - Foreign key constraints with SQLite? Indeed, the process of looking up foreign keys in sqlite myself scared me sufficiently to give up and ask here instead. I’ll see if I can get it to work myself, and look forward to the next beta. Thanks for your rapid response. |
|
May 9, 2008
Arthur Blair
2 posts
|
Topic: Agile Web Development with Rails, 3rd Edition / Chapter 10.1 - Foreign key constraints with SQLite? Page 141 uses MySQL statements to specify the foreign key constraints, which associate the rows of the line_items table with orders and products. However, using SQLite (as recommended earlier in the book) these statements give a syntax error:
Is there an alternative syntax that will work with SQLite? (Or have I done something wrong?) |
2 posts
