Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
firebird-automations opened this issue Jun 9, 2014 · 1 comment
Open

Comments

@firebird-automations
Copy link
Collaborator

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
Copy link
Collaborator Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant