Hi,
this sql fails in HSQLDB:
"delete LOCKS from LOCKS, URI u where LOCK_ID = u.URI_ID and u.URI_STRING=?");
it's from StandardRDBMSAdapter: public void removeLock(Connection connection, Uri uri, NodeLock lock)
What does "delete LOCKS from LOCKS" do? Why not just "delete from LOCKS...." ?
Best Regards
Eirikur S. Hrafnsson, [EMAIL PROTECTED] Chief Software Engineer Idega Software http://www.idega.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
