Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBAL Change ParameterType class to Type class #916

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

Nevoss
Copy link

@Nevoss Nevoss commented Jul 16, 2019

Doctrine DBAL version 2.6 does not have ParameterType class.
and the library supports version 2.6 of Doctrine DBAL.

Hope it will be merge soon.
Thanks.

Doctrine DBAL version 2.6 not have ParameterType class.
@Steveb-p
Copy link
Contributor

Steveb-p commented Jul 16, 2019

We have to maintain BC to previous versions, at least until they are deprecated / stop being commonly used. So we will probably have to either check against class existence via class_exists or check doctrine package version.

EDIT: Nvm, I'm blind. You can use DBAL Types classes in previous versions as well.

Looks good to me.

@makasim makasim merged commit 66199cf into php-enqueue:master Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants