Skip to content

Commit

Permalink
Readme: fix Doctrine docs link (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Oct 29, 2024
1 parent 8886281 commit 597961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SqlWalker for Doctrine allowing multiple handlers to modify resulting SQL

Since Doctrine's [SqlWalker](https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/cookbook/dql-custom-walkers.html#modify-the-output-walker-to-generate-vendor-specific-sql) serves as a translator from DQL AST to SQL,
Since Doctrine's [SqlWalker](https://www.doctrine-project.org/projects/doctrine-orm/en/3.3/cookbook/dql-custom-walkers.html#modify-the-output-walker-to-generate-vendor-specific-sql) serves as a translator from DQL AST to SQL,
it becomes problematic when you want to alter resulting SQL within multiple libraries by such approach.
There just can be only single SqlWalker.

Expand Down

0 comments on commit 597961f

Please sign in to comment.