klichukb / django-migrate-sql

Django Migrations for raw SQL
ISC License
12 stars 10 forks source link

SQL/Reverse SQL should support lists as paired values of SQL and params #3

Closed klichukb closed 8 years ago

klichukb commented 8 years ago

Django docs say that SQL may be passed as 2-tuple of query and params. Actually implementation also supports lists, but comparing such objects with usual "==" used in django-migrate-sql won't work. Deeper comparison should be performed.