Commit dc2e1d31 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 6b5bfea3
......@@ -76,6 +76,16 @@ class Doctrine_Connection_Sqlite extends Doctrine_Connection_Common
parent::__construct($manager, $adapter);
$this->initFunctions();
}
/**
* getDatabaseFile
*
* @param string $name the name of the database
* @return string
*/
public function getDatabaseFile($name)
{
return $name . '.db';
}
/**
* initializes database functions missing in sqlite
*
......
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