On 1/2/06, markc <[EMAIL PROTECTED]> wrote: > . I needed to use hub.begin() and hub.commit() adding or modifying > records in SQLite3 via "tg-admin shell" (again, from the wiki20 > tutorial).
Note that it's really hub.commit() that you needed to do. Access to the database is now implicitly transactional. I *think* there's a ticket to make the shell automatically commit when you exit. Kevin

