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
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
--
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
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
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
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
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