You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by "delahaye.nicolas" <de...@laposte.net> on 2005/07/20 11:57:04 UTC

OJB 1.0.3 and PlatformHsqldbImpl.java

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: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org