As seen in http://sourceforge.net/forum/message.php?msg_id=1718579 it is
actually possible to have MSSQL support that a has only a single identity
column which is the
case in many of the JUnit tests, but....

I've looked into the query generation and I don't see any calls to the
Dialect for generating the sql insert string, thus
I don't now exactly where to detect and then modify the sql string
accordingly when it is needed to do a "insert into foo default values;"
instead of "insert into foo values ();" (which is the sql currently
generated)

Can someone? ;)

/max




-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to