cts modifications - Mailing list pgsql-jdbc

From Dave Cramer
Subject cts modifications
Date
Msg-id 42931ACF.4030607@fastcrypt.com
Whole thread Raw
List pgsql-jdbc
Currently I am working on getting the driver to pass the jdbccts.

I haven't committed my patches yet, as I want to finish the cts first.

The biggest change so far, excluding the callable stuff in the previous
message is:

created a org.postgresql.types interface and underlying types for each
SQL type in order to facilitate

setObject(n,obj,sqlType) where the sqlType is not the same as the obj.

The docs say that the obj must be converted to the db type before sending.

On a positive note. This part of the test passes all of the testing.


--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: callable statement with in/out params
Next
From: hiuguis@iteso.mx
Date:
Subject: Problem catching multiple values