Hi,

>> You are right, I will add a system property to set the default
>> behavior in the next release.

There is now 
http://www.h2database.com/javadoc/org/h2/constant/SysProperties.html#h2.nullConcatIsNull

> Also of interest would be system property (properties?) for the
> various ways to produce generated keys. I need generated columns that
> are part of the PK, which does not work with IDENTITY, because it
> assumes it is the PK.

Then use AUTOINCREMENT, or create a sequence and use it as the DEFAULT
clause in the column. I don't see how a system property would help
here.

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to