From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
---|---|
To: | List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | cts modifications |
Date: | 2005-05-24 12:15:11 |
Message-ID: | 42931ACF.4030607@fastcrypt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2005-05-24 18:14:16 | IN/OUT parameters |
Previous Message | Dave Cramer | 2005-05-24 12:05:36 | callable statement with in/out params |