Results 3 comments of Andreas Stührk

I would recommend not following this approach, as it gives a false sense of security. There are more ways to generate broken queries. For example, what happens if the input...

I get the intention, but in my opinion the suggested solution makes some queries work (but not all) and breaks other legitimate queries. One example is MySQL. In MySQL, `\`...

Hi, I can confirm that there is a NPE in that case. Note that it's not because `callerData` is `null`, but rather due to `loggerContext` being `null`. I'm unsure yet...