Copying auth.User from MySQL does not work as expected #744
Labels
api: spanner
Issues related to the googleapis/python-spanner-django API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Using 2.2.24 with default pointing to MySQL and "spanner" pointing to new spanner instance
As an experimental hack, I changed line 903 in django/db/models/base.py to
return (filtered._update(values) or 0) > 0
. https://github.com/django/django/compare/2.2.25...skyl:spanner-exp?expand=1That actually "worked" in that I was able to save the user to spanner. But, I wonder if this could be prevented/fixed in
django_spanner
library.The text was updated successfully, but these errors were encountered: