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
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.
The text was updated successfully, but these errors were encountered:
Currently, we store REF_PERS_ID + (len=-1).
See hack in
DateSerializer.writeClassInfo()
(line 604), forGenericObject
.Ideally, we would simply check for (val=null) in the beginning of the method.
This will result in a DB format change.
The text was updated successfully, but these errors were encountered: