v.24.6New Feature
Add Support for Comparing IPv4 and IPv6 Using = Operator
Add support for comparingIPv4andIPv6types using the=operator. #64292 (Francisco J. Jurado Moreno).
Why it matters
This feature enables direct equality comparison betweenIPv4 and IPv6 data types, resolving compatibility issues and simplifying queries that involve IP address comparisons across different IP versions.How to use it
Users can now use the= operator to compare columns or values of IPv4 and IPv6 types directly in their SQL queries without additional casting or conversion.