mirror of https://gitlab.com/tildes/tildes.git
Browse Source
By default, sqlalchemy will set the JSON value of null (the string "null") in JSONB columns if you set them to None. I want it to set the actual column to NULL, so they need to be defined with the none_as_null argument set to True like this.merge-requests/37/head
Deimos
6 years ago
4 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue