Ah, I was mistaken. I see that you have not removed the other exceptions, just moved them to a different order in the exception stack.
Sorry about that. > On Feb 6, 2019, at 1:27 PM, Vladimir Sitnikov <[email protected]> > wrote: > > Julian> will no longer contain that SQL. > > I'm afraid you are wrong, sir. > > If you happen to review commit message (yes, I've put a sample failure > into the commit message), you would likely notice that SQL is there > (e.g. search for "select" pattern) > > I moved SQL logging to a more generic methods: assertQuery and assertPrepare. > Now every use of assertQuery/assertPrepare would have SQL logged > automatically and consistently, so I'm very confident that the change > is a definite improvement. > > Yours sincerely, > Vladimir
