Re: [JDBC] isNullable()

2001-09-17 Thread Bruce Momjian
Patch applied. Thanks. > Attached is a patch that fixes ResultSetMetaData.isNullable() in > the JDBC driver. > > This method is currently unimplemented and always returns > ResultSetMetaData.columnNullable. This is obviously incorrect > when a column is defined with NOT NULL or PRIMARY KEY. An

Re: [JDBC] newbie question: . . .

2001-09-17 Thread Russ McBride
Nick, Thanks. That appears to have done the trick. At the next step, I'm getting a weir error from within the Webobjects EOModeler that says: NSCFDictionary.setObject:ForKey:attempt to insert nil key This might be a question better suited for the Webobjects folks though . . . Russ --

Re: [JDBC] Patch for Statement Escape Processing problems

2001-09-17 Thread Bruce Momjian
Patch applied. Thanks. > Hi all, > > I'm attaching a patch which fixes the corruption in strings caused > by escape processing in the SQL statement. I've tested this for a > while now and it appears to work well. Previously string data > with {d was getting corrupt as the {d was being strippe

Re: [JDBC] newbie question: loading the jdbc driver & connecting to my db

2001-09-17 Thread Nick Fankhauser
Russ- > My connection window gives me the option of specifying the name of my > driver. When I type in > > postgresql.jar > I'm not sure if this will solve it, but I'd guess that when your application asks for the name of the drivers, it is looking for the class, not the jar file, so your res

Re: [JDBC] newbie question: loading the jdbc driver & connecting to my

2001-09-17 Thread Justin Clift
Hi Russ, Are you using a JDBC driver which you've compiled yourself (using an SDK and Ant) or one you've gotten from elsewhere? I've found compiling your own to generally be the best solution. That might do the trick. ??? Regards and best wishes, Justin Clift Russ McBride wrote: > > I can

Re: [JDBC] Fix for broken JDBC's getColumn() (take 2)

2001-09-17 Thread Vianen, Jeroen van
Hi, What's the status of this patch I sent a week ago? Thanks, Jeroen > -Original Message- > From: Jeroen van Vianen [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 10, 2001 20:01 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [JDBC] Fix for broken JDBC's getColumn() (take

[JDBC] newbie question: loading the jdbc driver & connecting to my db

2001-09-17 Thread Russ McBride
I can't seem to make a connection to my postgresql database from WebObject's EOModeler. I'd like to rule out the possibility that the driver did not load properly. If I type java -Djdbc.drivers=org.postgresql.Driver example.ImageViewer and I get the following text, then that means that my d