At 15:12 +0100 12/3/06, Frank Heckenbach wrote:
(1) I agree with Adriaan that the current behaviour for `-1 .. 0 attribute (Size = 9)' seems strange, so we should either forbid it, or make it a type with range -1 .. 0 and size 9. Though I'm not sure ATM how hard the latter would be to implement and whether it actually has any useful purpose.
I can certainly see a useful purpose in
type BooleanInt = 0..1 attribute ( size = 16 )
for saved records and such. Whether it is worth the hassle, that I wont guess at.
Enjoy, Peter.