Commit 18b19e7f authored by Steve Müller's avatar Steve Müller

rebase with master

parent f0f6ca25
...@@ -21,6 +21,7 @@ namespace Doctrine\DBAL\Driver\SQLAnywhere; ...@@ -21,6 +21,7 @@ namespace Doctrine\DBAL\Driver\SQLAnywhere;
use Doctrine\DBAL\Connection; use Doctrine\DBAL\Connection;
use Doctrine\DBAL\DBALException; use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Driver\ExceptionConverterDriver;
use Doctrine\DBAL\Platforms\SQLAnywhere12Platform; use Doctrine\DBAL\Platforms\SQLAnywhere12Platform;
use Doctrine\DBAL\Schema\SQLAnywhereSchemaManager; use Doctrine\DBAL\Schema\SQLAnywhereSchemaManager;
...@@ -31,7 +32,7 @@ use Doctrine\DBAL\Schema\SQLAnywhereSchemaManager; ...@@ -31,7 +32,7 @@ use Doctrine\DBAL\Schema\SQLAnywhereSchemaManager;
* @link www.doctrine-project.org * @link www.doctrine-project.org
* @since 2.5 * @since 2.5
*/ */
class Driver implements \Doctrine\DBAL\Driver class Driver implements ExceptionConverterDriver
{ {
/** /**
* {@inheritdoc} * {@inheritdoc}
......
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