
12 Jan
2012
12 Jan
'12
2:34 p.m.
Den 12-01-2012 12:10, Roland Bock skrev:
You may be very well be right. Currently we generate lots of additional code, to allow for stuff like this:
Users users; users.insert( users.age(42), users.firstName("Roland"), users.lastName("Bock"));
The insert method knows the required columns (you can specify the non-required columns, too, of course).
So you get a compile error if a column is required, but not specified? -Thorsten