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
Часть трейсбека, непосредственно с момента вызова update_returning:
update_returning(active=True)
File "/home/vagrant/venv/lib/python3.6/site-packages/django_pg_returning/manager.py", line 86, in update_returning
return self._get_returning_qs(sql.UpdateQuery, **updates)
File "/home/vagrant/venv/lib/python3.6/site-packages/django_pg_returning/manager.py", line 73, in _get_returning_qs
query_sql, query_params = query.get_compiler(self.db).as_sql()
File "/home/vagrant/venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1367, in as_sql
where, params = self.compile(self.query.where)
File "/home/vagrant/venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 390, in compile
sql, params = node.as_sql(self, self.connection)
File "/home/vagrant/venv/lib/python3.6/site-packages/django/db/models/sql/where.py", line 99, in as_sql
raise EmptyResultSet
The text was updated successfully, but these errors were encountered:
Пример вызова:
Часть трейсбека, непосредственно с момента вызова update_returning:
The text was updated successfully, but these errors were encountered: