opensoft / doctrine-postgres-types

Provide common Doctrine types for Postgres in use at Opensoft
68 stars 25 forks source link

Handle doctrine/orm v2.7 #19

Open simPod opened 4 years ago

simPod commented 4 years ago

The type "inet" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Doctrine\DBAL\PostgresTypes\InetType::requiresSQLCommentHint()."

garak commented 3 years ago

@richardfullmer can you merge this, please? And maybe release a new tag?