Skip to content

fix: Correct formatting of Db2 TIME columns for row validation#1665

Open
nj1973 wants to merge 7 commits intodevelopfrom
1657-db2-time-format-issue
Open

fix: Correct formatting of Db2 TIME columns for row validation#1665
nj1973 wants to merge 7 commits intodevelopfrom
1657-db2-time-format-issue

Conversation

@nj1973
Copy link
Collaborator

@nj1973 nj1973 commented Feb 5, 2026

Description of changes

Uses correct format for TIME columns during row validation. Priot to this change the format was coming out as "HH24.MI.SS". After this PR is is "HH24:MI:SS".

Issues to be closed

Closes #1657

Checklist

  • I have followed the CONTRIBUTING Guide.
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated any relevant documentation to reflect my changes, if applicable
  • I have added unit and/or integration tests relevant to my change as needed
  • I have already checked locally that all unit tests and linting are passing (use the tests/local_check.sh script)
  • I have manually executed end-to-end testing (E2E) with the affected databases/engines

@nj1973 nj1973 linked an issue Feb 5, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Db2 TIME format issue

1 participant