Community
Participate
Working Groups
Build Identifier: As the dual of HANDLE_UNSET_AS_NULL, we should have a CONVERT_UNSET_TO_NULL option with the following behavior: - when an unset efeature is stored the database column will get a null value - when a null is read from the database then the efeature is set to null Reproducible: Always
One question though: - when a null is read from the database then the efeature is set to null should the feature also be set to unset when reading a null from the database? gr. Martin
Hmm forget my question, this can be achieved by using the HANDLE_UNSET_AS_NULL option together with this new proposed option. gr. Martin
Solution committed to cvs, will be in next build
Solution available in latest build, published 5 mins back