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
Source-postgres in cdc mode omits era indicator. For example, the values 1991-02-10 BC and 1991-02-10 have the same output
1991-02-10 BC
1991-02-10
Dates with the current era (AD) and before the current era (BC) should have different outputs and era indicators should not be omitted
The text was updated successfully, but these errors were encountered:
This will be fixed in #14628
Sorry, something went wrong.
implemented in #15187 - will be published as part of #14534
Successfully merging a pull request may close this issue.
Current Behavior
Source-postgres in cdc mode omits era indicator. For example, the values
1991-02-10 BC
and1991-02-10
have the same outputExpected Behavior
Dates with the current era (AD) and before the current era (BC) should have different outputs and era indicators should not be omitted
Logs
Steps to Reproduce
1991-02-10 BC
,1991-02-10
)The text was updated successfully, but these errors were encountered: