Closed dector closed 2 years ago
This would break queries with e.g. conditions that data should contain newlines, no? 🤔 Not the most common use case to be sure, but a perfectly valid one. A fix like this one should probably make sure to only remove newlines outside of conditions and the like.
@korkje I think you are right. Closing
Replacing
\n
with spaces forquery()
method.(I'm not sure that it's not a workaround-ish however.)
Closes #1