FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.26k stars 217 forks source link

Add CURRENT_TIMESTAMP(4) and CURRENT_TIME(4) [CORE4458] #4778

Open firebird-automations opened 10 years ago

firebird-automations commented 10 years ago

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.

firebird-automations commented 10 years ago
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\)