Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrapperClass
Invalid code here http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/sharding.html#generic-sql-sharding-support
Valid version must be
$conn = DriverManager::getConnection(array( 'wrapperClass' => 'Doctrine\DBAL\Sharding\PoolingShardConnection', 'driver' => 'pdo_sqlite', 'global' => array('memory' => true), 'shards' => array( array('id' => 1, 'memory' => true), array('id' => 2, 'memory' => true), ), 'shardChoser' => 'Doctrine\DBAL\Sharding\ShardChoser\MultiTenantShardChoser', ));
The text was updated successfully, but these errors were encountered:
Patch provide via #2641
Sorry, something went wrong.
deeky666
No branches or pull requests
Invalid code here http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/sharding.html#generic-sql-sharding-support
Valid version must be
The text was updated successfully, but these errors were encountered: