[JBoss-dev] NOWAIT option

2001-08-10 Thread Vinay Menon
Hello, Had made a little change to JawsEntityMetaData and the JDBCLoad thingey to support the NOWAIT, select for update option. Worthwhile if I post the change here? The idea is simple 1. Have a field in jaws.xml called 2. Don't specify it if you don't need anything special. If you want a n

[JBoss-dev] NOWAIT Option

2001-09-03 Thread Vinay Menon
Hello Guys, Sometime back I'd posted a query about being able to specify a NOWAIT / WAIT option for the 'select-for-update' bean level option. The change I'd suggested was simply to 1. Add a wait-option field in the jaws.xml file that held the exact string that was used to specify th

RE: [JBoss-dev] NOWAIT option

2001-08-10 Thread Bill Burke
rowid thingy should be put in there as well in the same manner. And then in jaws.xml true > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Vinay > Menon > Sent: Friday, August 10, 2001 4:18 AM > To: JBossDev > Subject: [JBo

Re: [JBoss-dev] NOWAIT option

2001-08-10 Thread Dave Smith
in the same manner. > > And then in jaws.xml > > true > >>-Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behalf Of Vinay >>Menon >>Sent: Friday, August 10, 2001 4:18 AM >>To: JBossDev >>Subject: [JBoss-de

RE: [JBoss-dev] NOWAIT option

2001-08-10 Thread Bill Burke
ust 10, 2001 12:11 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] NOWAIT option > > > PosgreSQL does not support the NOWAIT option. It is not in the SQL92 spec. > > Bill Burke wrote: > > How do you know if appending NOWAIT to the select statement is correct > >

Re: [JBoss-dev] NOWAIT option

2001-08-10 Thread Dave Smith
:[EMAIL PROTECTED]]On Behalf Of Dave >>Smith >>Sent: Friday, August 10, 2001 12:11 PM >>To: [EMAIL PROTECTED] >>Subject: Re: [JBoss-dev] NOWAIT option >> >> >>PosgreSQL does not support the NOWAIT option. It is not in the SQL92 spec. >> >>Bill