Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 518 Bytes

more_index_fixes.rst

File metadata and controls

12 lines (11 loc) · 518 Bytes

Additional fixes to PostgreSQL expression index compare feature. The compare now correctly accommodates casts and differences in spacing. Added detection logic for operation clauses inside the expression, skipping the compare of these expressions. To accommodate these changes the logic for the comparison of the indexes and unique constraints was moved to the dialect implementation, allowing greater flexibility.