sql-metadata
sql-metadata copied to clipboard
return type of UniqueList inconsistent with type hint of List
Many Parser methods return UniqueList but the type hinting indicates List. This is confusing when you first write tests and leads to inconsistency between the type hints in consuming code and what your tests assert.