firebird icon indicating copy to clipboard operation
firebird copied to clipboard

6 digit precision added to timestamp format [CORE3939]

Open firebird-automations opened this issue 13 years ago • 2 comments

Submitted by: @mariuz

Votes: 1

We have some issues in django driver and one test is failing with 6 digits microseconds

Firebird supports only 4 it should support 6 to allow a better precision of timestamp if it needs to be used in a realtime environment (logging on linux kernel events ...)

http://tech.groups.yahoo.com/group/firebird-python/message/574 (archive)

http://wiki.ispirer.com/sqlways/postgresql/data-types/timestamp

firebird-automations avatar Sep 27 '12 13:09 firebird-automations

Modified by: @mariuz

summary: nanoseconds added to timestamp format => 6 digit precision added to timestamp format

firebird-automations avatar Sep 27 '12 13:09 firebird-automations

Commented by: @mrotteveel

IMHO the Django testsuite should change to accept the fact that some drivers/database don't have that precision.

firebird-automations avatar Sep 27 '12 22:09 firebird-automations