Onion Knight <[email protected]> wrote: > I have implemented functionality for adding, removing and renaming > entries in C. When I got to implementing the function for changing the > parent of an entry the SQL UPDATE-statements just aren't being > performed.
Do you, by any chance, start a transaction and then forget to commit it? Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

