I have some SQL that attaches a second database, executes a transaction that has statements which might affect the second database, but actually doesn't. Yet, a master journal is still being generated. The docs indicate that it's only created if any attached DB is actually affected.
So, if I do an INSERT SELECT where the SELECT returns no rows, is that triggering the creation, or is it something else? Thanks, Marc _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

