2012/8/23 Simon Slavin <[email protected]>: > I'm trying to log SQL commands which might make changes to the database, but > not those which just read it... > Simon.
Use triggers. -- Kit _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

