-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doctrine] Use parameters instead of embedded
In a very old version it was possible to have either embedded values or parameters. Then to simplify generation, embedded values were introduced. However, Doctrine ORM doesn't have a native escaping system for embedding values directly. Making the current system rather hacky, plus that the previous parameter system didn't allow value-splitting in conversions. Note. DBAL conversions are no longer applied in ORM, ORM now has it's own conversion API that operates directly with DQL (not SQL). Meaning special functions must be registered separately. _Minimum PHP version for the monorep was updated to PHP 7.2_
- Loading branch information
Showing
84 changed files
with
2,036 additions
and
2,425 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.