blob: f21f7a7dc6131bd9394a535ce220864bb701568c [file] [log] [blame]
Test that sqlite3 trace callback is not called multiple times when schema is
changing. Indirectly fixed by switching to use sqlite3_prepare_v2() in
bpo-9303. Patch by Aviv Palivoda.