You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an IPv6 value of ::ffff:10.233.65.138, I cannot save it to the database, as the regexp validation in \Doctrine\DBAL\PostgresTypes\InetType::convertToDatabaseValue does not pass for it.
Given an IPv6 value of
::ffff:10.233.65.138
, I cannot save it to the database, as the regexp validation in\Doctrine\DBAL\PostgresTypes\InetType::convertToDatabaseValue
does not pass for it.This value passes a check with filter_var
The text was updated successfully, but these errors were encountered: