Unverified Commit 9ff77b8b authored by Michael Moravec's avatar Michael Moravec Committed by Sergei Morozov

Remove deprecated AbstractPlatform::getIdentityColumnNullInsertSQL()

parent 54f0732d
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* Removed `AbstractPlatform::DATE_INTERVAL_UNIT_*` and `AbstractPlatform::TRIM_*` constants. * Removed `AbstractPlatform::DATE_INTERVAL_UNIT_*` and `AbstractPlatform::TRIM_*` constants.
* Removed `MysqlSessionInit` listener. * Removed `MysqlSessionInit` listener.
* Removed `MysqlPlatform::getCollationFieldDeclaration()`. * Removed `MysqlPlatform::getCollationFieldDeclaration()`.
* Removed `AbstractPlatform::getIdentityColumnNullInsertSQL()`.
## BC BREAK `Connection::ping()` returns `void`. ## BC BREAK `Connection::ping()` returns `void`.
......
...@@ -3163,16 +3163,6 @@ abstract class AbstractPlatform ...@@ -3163,16 +3163,6 @@ abstract class AbstractPlatform
return false; return false;
} }
/**
* @deprecated
*
* @todo Remove in 3.0
*/
public function getIdentityColumnNullInsertSQL()
{
return '';
}
/** /**
* Whether this platform supports views. * Whether this platform supports views.
* *
......
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