Skip to content

Commit 597961f

Browse files
authored
Readme: fix Doctrine docs link (#56)
1 parent 8886281 commit 597961f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## SqlWalker for Doctrine allowing multiple handlers to modify resulting SQL
22

3-
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,
3+
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,
44
it becomes problematic when you want to alter resulting SQL within multiple libraries by such approach.
55
There just can be only single SqlWalker.
66

0 commit comments

Comments
 (0)