Closed jpalanco closed 7 years ago
thanks for reporting. we'll have a look!
Hi @jpalanco,
thanks for reporting the issue. i have fixed it with https://github.com/crate/crate-python/commit/c0bfac6af2d2eeb08367e75aa1309d554c6241bb
The fix will be part of the next release :)
will close this, since 0.16.5 is released.
Using sqlalchemy is not possible to update a nested element.
Example
Model:
We try to update a Character:
SQLAlchemy generates the following query:
But char.details['field_A']['sub_field_a'] is not taken in account in the query. The expected query is:
Versions:
Python 2.7 Crate Data Python client 0.16.3 SQLalchemy 0.9.9
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.