Deprecate AbstractPlatform::fixSchemaElementName()

parent 831e6fe0
# Upgrade to 2.11 # Upgrade to 2.11
## `AbstractPlatform::fixSchemaElementName()` is deprecated.
The method is not used anywhere except for tests.
##`ServerInfoAwareConnection::requiresQueryForServerVersion()` is deprecated. ##`ServerInfoAwareConnection::requiresQueryForServerVersion()` is deprecated.
The `ServerInfoAwareConnection::requiresQueryForServerVersion()` method has been deprecated as an implementation detail which is the same for almost all supported drivers. The `ServerInfoAwareConnection::requiresQueryForServerVersion()` method has been deprecated as an implementation detail which is the same for almost all supported drivers.
......
...@@ -3478,6 +3478,8 @@ abstract class AbstractPlatform ...@@ -3478,6 +3478,8 @@ abstract class AbstractPlatform
* Makes any fixes to a name of a schema element (table, sequence, ...) that are required * Makes any fixes to a name of a schema element (table, sequence, ...) that are required
* by restrictions of the platform, like a maximum length. * by restrictions of the platform, like a maximum length.
* *
* @deprecated
*
* @param string $schemaElementName * @param string $schemaElementName
* *
* @return string * @return string
......
...@@ -1075,6 +1075,8 @@ SQL ...@@ -1075,6 +1075,8 @@ SQL
/** /**
* {@inheritDoc} * {@inheritDoc}
*
* @deprecated
*/ */
public function fixSchemaElementName($schemaElementName) public function fixSchemaElementName($schemaElementName)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment