Use an empty dictionary as the default for the repository_metadata
column of DbNode
#4893
Labels
priority/critical-blocking
must be resolved before next release
topic/database-schema
topic/orm
type/refactoring
Milestone
Currently it is
null
. The front-end ORMNode.repository_metadata
returns an empty dictionary if the database value isNone
so one always gets the same type. However, if code goes around the front-end ORM, such as by using theQueryBuilder
or what the import export functionality currently does, it needs to start checking the type.fixes #4892
The text was updated successfully, but these errors were encountered: