Jdbc : DateStyle problem

Поиск
Список
Период
Сортировка
От Laurent LS. Savary
Тема Jdbc : DateStyle problem
Дата
Msg-id 479CB622341AE44B81A6577D934714EE058F62@CETAUTOMATIX.medial.fr
обсуждение исходный текст
Ответы Re: Jdbc : DateStyle problem  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Re: Jdbc : DateStyle problem  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Hi,

I have a weird problem with jdbc PostGreSql driver 3
(postgresql-8.2-505.jdbc3.jar) and the DateStyle parameter on a
database.

If I set the following value by psql (ALTER DATABASE "myDatabase" SET
DateStyle =ISO,European), the style of date is correctly modified on the
database, even if i reconnect pgAdmin by example.
The request "show DateStyle" gives me a correct result : ISO, DMY

But, if i launch the same request by the jdbc driver (I work with
Eclipse and Sql Explorer plugins), i obtain the following result :
ISO,MDY.
Then, if i run a request, by jdbc, like : select * from table where
table.datefield = '15/01/2007' i have no result because postgresql wants
a MDY (01/15/2007) date. The same request, launched by psql, gives me
correct results.

The only way that i find is to run firstly (SET DATESTYLE TO
ISO,European;) on my jdbc session and then "show DateStyle" gives me :
ISO, DMY.
But, if i close my jdbc session, i lost my datestyle and "show
datestyle" returns ISO,DMY.
It's normal because the modification is set on the session only.
An another workaround is to set the DateStyle on the postgresql.conf but
all databases are impacted... Not really good.

But,why the modification of the datestyle, set by psql (alter
database....), on my database is not effective on a jdbc session?

Thanks in advance,

Regards.

Laurent Savary
SA MEDIAL
Lyon - France

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Paul van den Bogaard
Дата:
Сообщение: Re: Caching driver on pgFoundry?
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Caching driver on pgFoundry?