Nate Turnage said the following on 01/15/2009 03:27 PM: > > Ah, sorry. This begs the question then, is there any kind of way of > accessing an SQLite from the terminal to run SQL statements on it?
./scripts/console production a = Page.find(:first) Yup, works. a.save Nope, busyexception message. I can also do $ sqlite3 radiant_live.sqlite.db SQLite version 3.2.1 Enter ".help" for instructions sqlite> What now? -- "...there is no reason anyone would want a computer in their home." Ken Olson, President, Chairman, and Founder of DEC, 1977 _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
