Closed klichukb closed 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.
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.