1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Documentation error fix

This commit is contained in:
vladyslavstartsev 2018-12-16 20:33:21 +02:00 committed by GitHub
parent 237bebe2ed
commit 12eb9f42dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ the :doc:`Native Query <../reference/native-sql>` chapter.
The DQL Parser has hooks to register functions that can then be The DQL Parser has hooks to register functions that can then be
used in your DQL queries and transformed into SQL, allowing to used in your DQL queries and transformed into SQL, allowing to
extend Doctrines Query capabilities to the vendors strength. This extend Doctrines Query capabilities to the vendors strength. This
post explains the Used-Defined Functions API (UDF) of the Dql post explains the User-Defined Functions API (UDF) of the Dql
Parser and shows some examples to give you some hints how you would Parser and shows some examples to give you some hints how you would
extend DQL. extend DQL.