Skip to content

2.0.1

Compare
Choose a tag to compare
@dbu dbu released this 12 Jan 13:52
· 4 commits to 2.x since this release
2.0.1
df25fda
  • 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.