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

Generalize CustomIntrospectionTest #6210

Merged

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Nov 5, 2023

Q A
Type improvement
Fixed issues Follows #6189

Summary

This PR improves the test added in #6189 by allowing it to run on other platforms than MySQL/MariaDB and by using non-deprecated APIs only. This should make it easier to merge this test and later changes to it up to the 4.0.x branch.

I've skipped Oracle though because I currently don't have a local Oracle setup to test against.

@derrabus derrabus added this to the 3.7.2 milestone Nov 5, 2023
@derrabus derrabus force-pushed the improvement/custom-introspection-test branch 3 times, most recently from fb96d1a to bbb5b39 Compare November 5, 2023 11:31
@derrabus derrabus changed the title Simplify CustomIntrospectionTest Generalize CustomIntrospectionTest Nov 5, 2023
@derrabus derrabus force-pushed the improvement/custom-introspection-test branch from bbb5b39 to afe8a9a Compare November 5, 2023 11:42
@derrabus derrabus force-pushed the improvement/custom-introspection-test branch from afe8a9a to 081184a Compare November 5, 2023 11:55
@derrabus derrabus marked this pull request as ready for review November 5, 2023 12:55
@derrabus derrabus merged commit c86e909 into doctrine:3.7.x Nov 5, 2023
84 checks passed
@derrabus derrabus deleted the improvement/custom-introspection-test branch November 5, 2023 14:09
derrabus added a commit that referenced this pull request Nov 5, 2023
* 3.7.x:
  Generalize CustomIntrospectionTest (#6210)
derrabus added a commit to derrabus/dbal that referenced this pull request Nov 5, 2023
* 3.8.x:
  Generalize CustomIntrospectionTest (doctrine#6210)
  Run tests on MySQL 8.2 (doctrine#6207)
  MySQLSchemaManager. Check expected database type for json columns only. (doctrine#6189)
  Make the type annotation for CompositeExpression::count more specific (doctrine#6188)
allan-simon pushed a commit to allan-simon/dbal that referenced this pull request Nov 13, 2023
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | Follows doctrine#6189

#### Summary

This PR improves the test added in doctrine#6189 by allowing it to run on other
platforms than MySQL/MariaDB and by using non-deprecated APIs only. This
should make it easier to merge this test and later changes to it up to
the 4.0.x branch.

I've skipped Oracle though because I currently don't have a local Oracle
setup to test against.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants