Commit 381afab5 authored by Benjamin Morel's avatar Benjamin Morel

Marked an unused method as deprecated in AbstractPlatform.

parent f2f8adcc
...@@ -2567,6 +2567,10 @@ abstract class AbstractPlatform ...@@ -2567,6 +2567,10 @@ abstract class AbstractPlatform
return false; return false;
} }
/**
* @deprecated
* @todo Remove in 3.0
*/
public function getIdentityColumnNullInsertSQL() public function getIdentityColumnNullInsertSQL()
{ {
return ""; return "";
......
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