Community Driver : Time data is getting truncated while read

Поиск
Список
Период
Сортировка
От Dave, Mohit
Тема Community Driver : Time data is getting truncated while read
Дата
Msg-id DM6PR03MB4619CBB3A4FF0D448AE397BCA1FC0@DM6PR03MB4619.namprd03.prod.outlook.com
обсуждение исходный текст
Ответы Re: Community Driver : Time data is getting truncated while read
Список pgsql-jdbc

Hi Team,

 

We are using PostgreSQL community driver (postgresql-42.2.6), we have observed truncation for time data type while reading.

The scenario is that the data for the table created with datatype time(4),time(5),time(6) is getting truncated beyond milli seconds to limit it to milli seconds.

Please find the screenshot attached.

 

Original data is :

 

 

 

Data read from driver is :

 

 

 

 

We can see the time is truncated to millisecond values. This can be easily re-pro at will.

 

Please raise a bug for this and do needful to provide fix for same.

 

Thanks

Mohit

Вложения

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

Предыдущее
От: adrklos
Дата:
Сообщение: [pgjdbc/pgjdbc] 9caf14: refactor: adding missing OIDs (#1750)
Следующее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] 2218dd: Fix: change assertTrue to assertEquals. Surround w...