alexandre-lecoq / alexandre-lecoq/QueryMultiDb
Make identical table message more specific
Open
bug
good first issue
- Dominant language
- C#
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
# Reproduction steps #
* Generate an excel file by query 2 databases with different table schema although identical column count.
# Observed #
* You get a message "Tables are not identical. In and . Tables at index #0 have different column set."
# Expected #
* The message must specify why the two tables are not identical.
* Column count ?
* Column names ?
* Column types ?
# How to fix #
* Make the message more specific
Contributor guide
Assessment
This issue has not been assessed yet.