Commit 3253f7a1 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #339 from BenMorel/unused-method

Removed an unused method in AbstractPlatform.
parents 8ca2763c 381afab5
......@@ -2747,6 +2747,10 @@ abstract class AbstractPlatform
return false;
}
/**
* @deprecated
* @todo Remove in 3.0
*/
public function getIdentityColumnNullInsertSQL()
{
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