-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[11.x] Remove Doctrine DBAL (#48864)
* remove doctrine dbal from grammar * remove unused imports * fix tests * fix tests * remove mysql 5.7 tests * fix facade doctype * use native column modifying by default * fix tests * fix tests * wip * Revert "remove mysql 5.7 tests" This reverts commit ba31106. * support native column renaming on MySQL 5.7 * fix style * wip * wip * remove doctrine usage on DatabaseTruncation * wip * rename index on sqlite * remove doctrine/dbal from db commands * fix styles * wip * wip * support renaming columns on legacy MariaDB * remove redundant non-standard tests * add collation modifier to sqlite * support native column modifying on sqlite * fix styles * add user-defined types to db:show * wip * fix styles * fix dropForeign exception on SQLite * fix styles * include generated and hidden columns on sqlite * remove custom doctrine types * remove doctrine change column * styling * remove support for registering custom doctrine types * remove unused config methods and property * remove redundant semicolon * force re-run tests * remove doctrine related conflicts reverts #49438 and #49456 * remove doctrine/dbal from require-dev * Revert "remove doctrine/dbal from require-dev" This reverts commit fc4dd91. * revert unrelated changes * disable foreign key constraints when altering table on SQLite * fix styling * consider backticks when parsing collate on SQLite * update facade docblocks * remove doctrine connection * formatting * fix conflicts * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information
1 parent
0ca166c
commit 9ccf003
Showing
46 changed files
with
651 additions
and
2,101 deletions.
There are no files selected for viewing
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.