darkredz/Zeko-SQL-Builder

Why does the eq operator not use `'` ?

Closed this issue · 1 comments

ymind commented

return QueryBlock(field, "=", if (useRawValue) value else "?")

Why value not replace with "'${value.replace("'", "''")}'" here?
Maybe it's for some reason, I'm confused.

ymind commented

I found it may be used in the join query.

I will close this topic.