On Dec 20, 2005, at 7:46 AM, John Stanton wrote:

I haven't looked closely at the problem, so these are just first ideas extending CM's approach. Basically there should be no reason to perform any analysis of the SQL since that has already been done and the metalanguage generated. My approach would be to prepare the SQL statement and then use the compiled SQL to generate an UPDATE statement. The existing SQLite VM gives you a model for the framework of your engine.

This sounds like a very interesting idea. Could you be more specific about how you would generate an UPDATE statement from the compiled SQL?

Reply via email to