On 8/15/07, Joe Wilson <[EMAIL PROTECTED]> wrote:
> If you find a way to get sqlite3 to re-parse the schema after your direct
> sqlite_master change, please post it to the list. I don't think it can
> be done without modifying the code or making a new connection.

You could probably manage it by doing some other schema change.  Maybe
create a table then drop the table as two separate transactions.  You
might need to do it in a different connection, though, which isn't
much better than simply closing and re-opening the current connection.

-scott

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to