Commit 2f0178d2 authored by romanb's avatar romanb

Two bugfixes.

parent 502103d7
...@@ -893,5 +893,14 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun ...@@ -893,5 +893,14 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
{ {
return Doctrine_Lib::getConnectionAsString($this); return Doctrine_Lib::getConnectionAsString($this);
} }
/**
* Enter description here...
*
* @param unknown_type $name
*/
public function getIndexName($name)
{
return $this->formatter->getIndexName($name);
}
} }
This diff is collapsed.
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