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
Lately we have done similar thing for MongoDB ODM in doctrine/mongodb-odm#1073 so I thought it will add value to DBAL as well. I've also changed integer and boolean to bool and int when used in PHP context. If this will be merged I can submit a PR to ORM docs as well
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of malarzm:
Url: #833
Message:
Lately we have done similar thing for MongoDB ODM in doctrine/mongodb-odm#1073 so I thought it will add value to DBAL as well. I've also changed
integer
andboolean
tobool
andint
when used in PHP context. If this will be merged I can submit a PR to ORM docs as wellThe text was updated successfully, but these errors were encountered: