You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django core's SchemaEditor doesn't log queries because … logging queries is not a feature of the Django core, correct? In other words, via the BaseSchemaEditor doc string its job is "emitting schema-changing statements to the databases" not logging them.
and thus the sqlmigrate command doesn't work.
Can you clarify the relationship between the SchemaEditor and sqlmigrate command? IIUC, "thus it doesn't work" includes the assumption we want to use some MongoDB-specific SchemaEditor implementation to log queries in order to output as_mql ?
Currently
SchemaEditor
doesn't log queries and thus thesqlmigrate
command doesn't work.Reference: Django's implementation
Also see: CollectionDebugWrapper
The text was updated successfully, but these errors were encountered: