Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string#22988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedJun 2, 2017
Thank you@dunglas. |
…must be converted to string (dunglas)This PR was merged into the 2.8 branch.Discussion----------[PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string| Q | A| ------------- | ---| Branch? | 2.8| Bug fix? | yes| New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks? | no| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aAccording to the Doctrine's docs, the `bigint` type is converted to a `string`:http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#bigint/cc@clementtalleuCommits-------47d5e6b [PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string
| namespaceSymfony\Bridge\Doctrine\Tests\PropertyInfo\Fixtures; | ||
| useDoctrine\ORM\MappingasORM; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
should be removed isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Indeed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
ok, removed
According to the Doctrine's docs, the
biginttype is converted to astring:http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#bigint/cc@clementtalleu