cts modifications

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема cts modifications
Дата
Msg-id 42931ACF.4030607@fastcrypt.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: callable statement with in/out params
Следующее
От: hiuguis@iteso.mx
Дата:
Сообщение: Problem catching multiple values