Skip to content

Commit

Permalink
fix: doctrine/dbal >=3.4.0 broke queries on inheriting class using fi…
Browse files Browse the repository at this point in the history
…elds from child classes. Still using NodesSources when querying on child entities and their custom fields.
  • Loading branch information
ambroisemaupate committed Aug 3, 2023
1 parent c423435 commit e7d5dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/migrations": "^3.1.1",
"doctrine/orm": "^2.14.1",
"doctrine/dbal": "<3.4.0",
"enshrined/svg-sanitize": "^0.15",
"gedmo/doctrine-extensions": "^3.10.0",
"guzzlehttp/guzzle": "^7.2.0",
Expand Down
1 change: 1 addition & 0 deletions lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"doctrine/doctrine-bundle": "^2.3",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.14.1",
"doctrine/dbal": "<3.4.0",
"gedmo/doctrine-extensions": "^3.10.0",
"inlinestyle/inlinestyle": "~1.2.7",
"james-heinrich/getid3": "^1.9",
Expand Down

0 comments on commit e7d5dbe

Please sign in to comment.