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
I'm trying to dump a Django project, so I did --limit="django_* = *,table_foo=15,*=15", which I was expecting to dump 15 rows from foo and all rows from all the tables that start with django_ (namely django_migrations and django_site). After inspecting the result I found out that only 15 rows were dumped from django_* tables.
The text was updated successfully, but these errors were encountered:
I'm trying to dump a Django project, so I did
--limit="django_* = *,table_foo=15,*=15"
, which I was expecting to dump 15 rows fromfoo
and all rows from all the tables that start withdjango_
(namelydjango_migrations
anddjango_site
). After inspecting the result I found out that only 15 rows were dumped fromdjango_*
tables.The text was updated successfully, but these errors were encountered: