We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After executing the following
SET BIND OF TIMESTAMP with time zone TO varchar; select timestamp '2023-08-29 21:22:23.2123 America/Argentina/ComodRivadavia' from rdb$database;
the result is truncated: 29-AUG-2023 21:22:23.2123 America/Argentina/ComodRivadavi i.e. last a is lost.
29-AUG-2023 21:22:23.2123 America/Argentina/ComodRivadavi
a
The text was updated successfully, but these errors were encountered:
Fix for #7731: Display length of timestamp with timezone is wrong in …
886fe72
…dialect 1
fdf759b
…dialect 1 (cherry picked from commit 886fe72)
Adjust after FirebirdSQL/firebird#7731.
61e3c39
bbf664b
AlexPeshkoff
No branches or pull requests
After executing the following
the result is truncated:
29-AUG-2023 21:22:23.2123 America/Argentina/ComodRivadavi
i.e. last
a
is lost.The text was updated successfully, but these errors were encountered: