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
Hi, I'm trying to store a record history on an hstore field, however every time I retrieve the field and save to it, things start getting over escaped.
My custom models.Manager defer's the retrieval of history field (of type hstore) so every time there's an update I retrieve the field in the following manner
Hi, I'm trying to store a record history on an hstore field, however every time I retrieve the field and save to it, things start getting over escaped.
My custom models.Manager defer's the retrieval of
history
field (of type hstore) so every time there's an update I retrieve the field in the following mannerafter that, I update the history and store it.
even after the first save, the key is stored fine but the string is already over escaped
Here's a sample run of what happens after a few save calls
any idea on what could be causing this over escaping?
The text was updated successfully, but these errors were encountered: