Greg Monroe wrote:

Additionally, the generated record objects could make use
of this new base class to support things like isNull() on
primitives.  We could also use this to track modified and
unmodified column values, which would be very useful (e.g.
updating tables without primary keys).

I'd throw primitives away completely. There is no advantage in keeping them. Especially with JDK 1.5.

Add full support for views, since most of the common DBs
support them. E.g., a way to define them in the DTD, support for creation, etc.

+1 on this. This shouldn't be too difficult to handle.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to