-
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.
feature #286 [Doctrine] Simplify usage and safety (sstok)
This PR was merged into the 2.0-dev branch. labels: bc-break Discussion ---------- | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? | no | Tickets | Closes #276 | License | MIT - Remove support for SQLite (not recommended for this kind of usage and internally it was only used for mock-testing) - Remove support for Doctrine ORM NativeQuery, use the DBAL ConditionGenerator instead to get the correct SQL. - Reintroduce parameter-binding instead of embedding values directly - Separate Doctrine DBAL/ORM conversions for more flexibility and reduced complexity -- additionally this might allow for #208 to finally happen! - Remove support for conversion strategies, it's still possible to use a different conversion for values and columns, but the conversion is no longer cached internally. Which also makes it possible now to handle value/context-specific column conversions (making it possible to add support for a new `DateInterval` type; to be introduced later). Commits ------- 2256ee0 [Doctrine ORM] Remove support for NativeQuery f86be19 [Doctrine DBAL] Remove support for SQLite bdb25e9 [Doctrine] Use parameters instead of embedded
- Loading branch information
Showing
95 changed files
with
2,043 additions
and
3,531 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
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.