lapaygroup / doctrine-cockroachdb

Doctrine CockroachDB Driver (Symfony supports)
MIT License
11 stars 5 forks source link

Remove deprecations #2

Closed y4roc closed 3 years ago

y4roc commented 3 years ago

I updated some parts.

iamwildtuna commented 3 years ago

Hello! Thanks for PR.

A few questions:

  1. Where to read that int4 is experimental? You serial field type INT? My instance created SERIAL as INT4 and :diff crashes.
  2. These changes require doctrine/dbal >= 3 and don't support doctrine/dbal 2?
y4roc commented 3 years ago

It supports doctrine/dbal 2.13.2, but the functions will be removed in 3.

I got the information from the server after I run migrations:diff. But I didn't find some informations in the web.