From: Max R. A. <ma...@eo...> - 2002-11-02 14:55:32
|
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 |