Skip to content
Snippets Groups Projects

Compare structured SQL dumps

Open Jean-Paul Calderone requested to merge compare-structured-sql-dumps into main

Eventually this might help fix #310 . Right now all it does is replace the SQL text comparison in the test suite with comparison of the underlying values, mostly without the SQL (the schema ddl is the exception).

This should enable use of a different floating point comparison logic which could allow the near-epsilon differences that seem to come up to pass through without failing the tests. That part is not implemented yet. I cannot reproduce these failures on Linux so I want to see some runs of this code on CI before proceeding.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply
Loading