Re: [sqlite] Logging only SQL commands which make changes, parsing PRAGMAs

2012-08-23 Thread Kit
2012/8/23 Simon Slavin : > 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 sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin

[sqlite] Logging only SQL commands which make changes, parsing PRAGMAs

2012-08-23 Thread Simon Slavin
I'm trying to log SQL commands which might make changes to the database, but not those which just read it. This routine does /not/ need to deal with arbitrary tricksy SQL commands generated by third parties, just SQL commands I myself have written or my program has generated, intended specifica