BIND 10 trac2184, created. 7e93ff50b09f9bb0a121fd4336102f1875d89ac3 [2184] Fix issue of null default value
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 10 12:14:43 UTC 2012
The branch, trac2184 has been created
at 7e93ff50b09f9bb0a121fd4336102f1875d89ac3 (commit)
- Log -----------------------------------------------------------------
commit 7e93ff50b09f9bb0a121fd4336102f1875d89ac3
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Aug 10 14:12:14 2012 +0200
[2184] Fix issue of null default value
Found another issue which became more apparent now (but I think we've seen before); get_default_value() returns None if there is no default set, however, in some cases, None can be the actual default (datasources params for instance).
This fix makes sure a default value of None is not confused with no value at all (which resulted in the error 'Error: data_sources/classes/IN[X]/params not found'
commit fa831b22d22077fb08e509f60cec2c33b9ff9214
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Aug 10 10:59:10 2012 +0200
[2184] support add/remove for any type
deriving 'actual' type from the data that has been set; no change for primitive type, treat as lists if list, treat as named_set if dict.
Elements of named sets and lists are themselves considered to be of the any type
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list