Re: [sqlite] Is there some hidden way to create a log record of Sqlite commands?

2012-01-11 Thread Richard Hipp
On Wed, Jan 11, 2012 at 11:17 AM, John Elrick wrote: > I'm still debugging the issue I reported earlier concerning upgrading > from 3.6.17 to 3.7.9. One solution we are examining would be to > create a log of all SQL commands executed and then replay the log > using the different versions. As an

[sqlite] Is there some hidden way to create a log record of Sqlite commands?

2012-01-11 Thread John Elrick
I'm still debugging the issue I reported earlier concerning upgrading from 3.6.17 to 3.7.9. One solution we are examining would be to create a log of all SQL commands executed and then replay the log using the different versions. As an example, if I were to execute (psuedo-code) command := db.pr