We'll be doing more testing over the next few days, but I think the
patch is worthy of being committed now.
Thoughts ?
--
Tom
On a related note, what do people feel about adding a new property to
object, like
<object ignoreUndeclaredFields="true" .....
This would make Reactor remove any fields that did not have a
corresponding <field> tag.
it would default to 'false' makeing the behaviour as now (any columns
that don't have a <field> are still used).
--
Tom
I've uploaded a second patch to #191 that adds this feature.
--
Tom
http://trac.reactorframework.org/wiki/howDoIIgnoreColumns :-)
Did you complete testing the patches yourself yet ? I had another
developer here test it and it seems to work OK (and critically
produces the same code if you don't ignore any fields or change the
default on object).
--
Tom