2.0.1
- The SQL generator now escapes single quotes
'
. This avoids SQL injection risks. If you escaped
strings manually (by duplicating the'
) you will need to stop doing that as otherwise the query
will be run with duplicated single quotes.
'
. This avoids SQL injection risks. If you escaped'
) you will need to stop doing that as otherwise the query