Skip to content

[jdbc-v2] IpV4/IpV6 Conversion is not working #2342

@chernser

Description

@chernser

Description

Original issue metabase/metabase#57352

The problem is following:

  • data is stored in IPV6 column
  • data can be Ipv4 or Ipv6 address
  • there is a problem when address is really Ipv4
  • Java enforces address format in java.net.InetAddress#getByAddress(java.lang.String, byte[]) so if Ipv4 in ipv6 format is provide - really Inet4Address will be returned.

Metadata

Metadata

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions