time problem with postgres ODBC driver (fwd)

Поиск
Список
Период
Сортировка
От Laurette Cisneros
Тема time problem with postgres ODBC driver (fwd)
Дата
Msg-id Pine.LNX.4.33.0202120942580.25714-100000@visor.corp.nextbus.com
обсуждение исходный текст
Ответы Re: time problem with postgres ODBC driver (fwd)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-odbc
Repost...sorry if it goes to the list twice.

We are seeing a problem with the ODBC driver.

Using this table:

create table tst
( col1 date,
  col2 time);

and inserting values (rows) into the date and time columns.

When using the PostreSQL ODBC driver version 07.01.0007 against both a 7.2
and 7.1.3 database server, a select * from tst returns the date value for
col1 correctly, but returns the current date for col2 (which obviously is
wrong).

Interestingly, we have a system that has (had) a driver we had downloaded
from GreatBridge ODBC and it was working fine until we installed the PostgreSQL
driver onto it.

Is this a known problem? Any ideas?

Thanks,
--
Laurette Cisneros
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
Passenger Information Everywhere





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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Installing and configuring postgreSQL and ODBC on Red
Следующее
От: Laurette Cisneros
Дата:
Сообщение: Re: time problem with postgres ODBC driver (fwd)