Currently CURRENT_TIMESTAMP and CURRENT_TIME have an optional precision parameter that takes values 0-3, however TIME and TIMESTAMP in Firebird hava a 100 microsecond resolution (precision 4). Add support for CURRENT_TIMESTAMP(4) and CURRENT_TIME to cover the entire range of precision.
Modified by: @mrotteveel
description: Currently CURRENT\_TIMESTAMP has an optional precision parameter that takes values 0\-3, however TIMESTAMP in Firebird has a 100 microsecond resolution \(precision 4\)\. Add support for CURRENT\_TIMESTAMP\(4\) to cover the entire range of precision\. =\> Currently CURRENT\_TIMESTAMP and CURRENT\_TIME have an optional precision parameter that takes values 0\-3, however TIME and TIMESTAMP in Firebird hava a 100 microsecond resolution \(precision 4\)\. Add support for CURRENT\_TIMESTAMP\(4\) and CURRENT\_TIME to cover the entire range of precision\.
summary: Add CURRENT\_TIMESTAMP\(4\) =\> Add CURRENT\_TIMESTAMP\(4\) and CURRENT\_TIME\(4\)
Submitted by: @mrotteveel
Votes: 1
Currently CURRENT_TIMESTAMP and CURRENT_TIME have an optional precision parameter that takes values 0-3, however TIME and TIMESTAMP in Firebird hava a 100 microsecond resolution (precision 4). Add support for CURRENT_TIMESTAMP(4) and CURRENT_TIME to cover the entire range of precision.