tzaeschke / zoodb

ZooDB Object Database
Apache License 2.0
57 stars 9 forks source link

Serialising arrays with null should result in REF_NULL_ID #68

Open tzaeschke opened 9 years ago

tzaeschke commented 9 years ago

Currently, we store REF_PERS_ID + (len=-1). See hack in DateSerializer.writeClassInfo() (line 604), for GenericObject. Ideally, we would simply check for (val=null) in the beginning of the method.

This will result in a DB format change.