Hi,
Sorry to no following the bug tracking way, I haven't access
CVS for network security.
I have seen that in PlatformHsqldbImpl.java file,
nextSequenceQuery is the default of PlatformDefaultImpl :
I propose to overwrite it by :
public String nextSequenceQuery(String sequenceName)
{
return "SELECT NEXT VALUE FOR " + sequenceName+" FROM
INFORMATION_SCHEMA.SYSTEM_SEQUENCES";
}
I have choosen this table but you can found an other one in
the system database.
King Regards,
Nicolas DELAHAYE
Accédez au courrier électronique de La Poste : www.laposte.net ;
3615 LAPOSTENET (0,34/mn) ; tél : 08 92 68 13 50 (0,34/mn)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]