updated-packages
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Doctrine\DBAL\Sharding;
|
||||
* executed against the last shard that was selected. If a query is created for
|
||||
* a shard Y but then a shard X is selected when its actually executed you
|
||||
* will hit the wrong shard.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
interface ShardManager
|
||||
{
|
||||
@@ -62,7 +64,7 @@ interface ShardManager
|
||||
* Queries all shards in undefined order and return the results appended to
|
||||
* each other. Restore the previous distribution value after execution.
|
||||
*
|
||||
* Using {@link \Doctrine\DBAL\Connection::fetchAll} to retrieve rows internally.
|
||||
* Using {@link Connection::fetchAll()} to retrieve rows internally.
|
||||
*
|
||||
* @param string $sql
|
||||
* @param mixed[] $params
|
||||
|
Reference in New Issue
Block a user