Skip to content

Commit

Permalink
Merge pull request #4584 from morozov/issues/4503
Browse files Browse the repository at this point in the history
[GH-4503] Mark OracleSchemaManager methods internal
  • Loading branch information
morozov committed Apr 4, 2021
2 parents b2befb0 + 36c6ca6 commit ed497d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Expand Up @@ -16,6 +16,10 @@ Use `AbstractSchemaManager::listSchemaNames()` instead.

`PostgreSQLSchemaManager::getExistingSchemaSearchPaths()` and `::determineExistingSchemaSearchPaths()` have been marked internal.

## `OracleSchemaManager` methods marked internal.

`OracleSchemaManager::dropAutoincrement()` has been marked internal.

## Deprecated `AbstractPlatform::getReservedKeywordsClass()`

Instead of implementing `getReservedKeywordsClass()`, `AbstractPlatform` subclasses should implement
Expand Down
2 changes: 2 additions & 0 deletions src/Schema/OracleSchemaManager.php
Expand Up @@ -264,6 +264,8 @@ public function createDatabase($database)
}

/**
* @internal The method should be only used from within the OracleSchemaManager class hierarchy.
*
* @param string $table
*
* @return bool
Expand Down

0 comments on commit ed497d2

Please sign in to comment.