6 digit precision added to timestamp format [CORE3939]
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
Modified by: @mariuz
summary: nanoseconds added to timestamp format => 6 digit precision added to timestamp format
Commented by: @mrotteveel
IMHO the Django testsuite should change to accept the fact that some drivers/database don't have that precision.