Add reconnectable connection

This commit is contained in:
Romain Neutron
2014-03-03 00:57:25 +01:00
parent 31de811cf5
commit 8cf73891c0
21 changed files with 184 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Core\Version as PhraseaVersion;
use vierbergenlars\SemVer\version;
use Alchemy\Phrasea\Model\Entities\User;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
abstract class base implements cache_cacheableInterface
{

View File

@@ -12,7 +12,7 @@
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Exception\InvalidArgumentException;
use Alchemy\Phrasea\Model\Entities\User;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class collection implements cache_cacheableInterface
{

View File

@@ -12,7 +12,7 @@
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Model\Entities\User;
use Alchemy\Phrasea\Exception\InvalidArgumentException;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\Translation\TranslatorInterface;

View File

@@ -13,7 +13,7 @@ use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Vocabulary;
use Alchemy\Phrasea\Vocabulary\ControlProvider\ControlProviderInterface;
use Alchemy\Phrasea\Metadata\Tag\Nosource;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
use PHPExiftool\Driver\TagInterface;
use PHPExiftool\Driver\TagFactory;
use PHPExiftool\Exception\TagUnknown;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class patchthesaurus_100 implements patchthesaurus_interface
{

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class patchthesaurus_200 implements patchthesaurus_interface
{

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class patchthesaurus_201 implements patchthesaurus_interface
{

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class patchthesaurus_202 implements patchthesaurus_interface
{

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class patchthesaurus_203 implements patchthesaurus_interface
{

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
class patchthesaurus_204 implements patchthesaurus_interface
{

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Connection;
interface patchthesaurus_interface
{