Skip to content

[11.x] Remove Database Deprecations #49810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

hafezdivandari
Copy link
Contributor

Removes Schema, Builder, Grammar, and Processor deprecated methods on #49020, #48357, and #49303

  • \Illuminate\Database\Schema\Builder::getAllTables()
  • \Illuminate\Database\Schema\MySqlBuilder::getAllTables()
  • \Illuminate\Database\Schema\MySqlBuilder::getAllViews()
  • \Illuminate\Database\Schema\PostgresBuilder::getAllTables()
  • \Illuminate\Database\Schema\PostgresBuilder::getAllViews()
  • \Illuminate\Database\Schema\PostgresBuilder::getAllTypes()
  • \Illuminate\Database\Schema\SQLiteBuilder::getAllTables()
  • \Illuminate\Database\Schema\SQLiteBuilder::getAllViews()
  • \Illuminate\Database\Schema\SqlServerBuilder::getAllTables()
  • \Illuminate\Database\Schema\SqlServerBuilder::getAllViews()
  • \Illuminate\Database\Schema\Grammars\MySqlGrammar::compileTableExists()
  • \Illuminate\Database\Schema\Grammars\MySqlGrammar::compileGetAllTables()
  • \Illuminate\Database\Schema\Grammars\MySqlGrammar::compileGetAllViews()
  • \Illuminate\Database\Schema\Grammars\MySqlGrammar::compileColumnListing
  • \Illuminate\Database\Schema\Grammars\PostgresGrammar::compileTableExists()
  • \Illuminate\Database\Schema\Grammars\PostgresGrammar::compileGetAllTables()
  • \Illuminate\Database\Schema\Grammars\PostgresGrammar::compileGetAllViews()
  • \Illuminate\Database\Schema\Grammars\PostgresGrammar::compileGetAllTypes()
  • \Illuminate\Database\Schema\Grammars\PostgresGrammar::compileColumnListing
  • \Illuminate\Database\Schema\Grammars\SQLiteGrammar::compileTableExists()
  • \Illuminate\Database\Schema\Grammars\SQLiteGrammar::compileGetAllTables()
  • \Illuminate\Database\Schema\Grammars\SQLiteGrammar::compileGetAllViews()
  • \Illuminate\Database\Schema\Grammars\SQLiteGrammar::compileColumnListing
  • \Illuminate\Database\Schema\Grammars\SqlServerGrammar::compileTableExists()
  • \Illuminate\Database\Schema\Grammars\SqlServerGrammar::compileGetAllTables()
  • \Illuminate\Database\Schema\Grammars\SqlServerGrammar::compileGetAllViews()
  • \Illuminate\Database\Schema\Grammars\SqlServerGrammar::compileColumnListing
  • \Illuminate\Database\Query\Processors\Processor::processColumnListing
  • \Illuminate\Database\Query\Processors\MySqlProcessor::processColumnListing
  • \Illuminate\Database\Query\Processors\PostgresProcessor::processColumnListing
  • \Illuminate\Database\Query\Processors\SQLiteProcessor::processColumnListing
  • \Illuminate\Database\Query\Processors\SqlServerProcessor::processColumnListing

Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@hafezdivandari hafezdivandari marked this pull request as ready for review January 24, 2024 15:02
@taylorotwell
Copy link
Member

Hi @hafezdivandari - what would the upgrade docs for this be?

@hafezdivandari
Copy link
Contributor Author

hafezdivandari commented Jan 24, 2024

Hi @taylorotwell something like this:

  • Schema::getAllTables() -> Schema::getTables()
  • Schema::getAllViews() -> Schema::getViews()
  • Schema::getAllTypes() -> Schema::getTypes()

Other methods works the same, just changed under the hood.

Do you want me to send a PR for docs?

@taylorotwell
Copy link
Member

@hafezdivandari yes please ❤️

@taylorotwell taylorotwell merged commit 4187b06 into laravel:master Jan 24, 2024
@hafezdivandari hafezdivandari deleted the master-remove-deprecations branch January 24, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants