elgris / sqrl

Fluent SQL generation for golang
MIT License
279 stars 38 forks source link

Fixes invalid multi-delete query for MySQL #12

Closed elgris closed 7 years ago

elgris commented 7 years ago

Supports #11

The fix affects only MySQL-specific multiple-table DELETE query. Generation of queries for PostgreSQL should not be affected.