ojb-dev@db.apache.org
[Top] [All Lists]

OJB 1.0.3 and PlatformHsqldbImpl.java

Subject: OJB 1.0.3 and PlatformHsqldbImpl.java
From: "delahaye\.nicolas"
Date: Wed, 20 Jul 2005 11:57:04 +0200
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@xxxxxxxxxxxxx
For additional commands, e-mail: ojb-dev-help@xxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>
  • OJB 1.0.3 and PlatformHsqldbImpl.java, delahaye\.nicolas <=