We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e6650 commit cc95f82Copy full SHA for cc95f82
src/Network/Bolt/AutoRoutedSession.php
@@ -58,7 +58,7 @@ private function sortStatements(iterable $statements): array
58
59
$index = 0;
60
foreach ($statements as $statement) {
61
- if (preg_match('/(CREATE|SET|MERGE|DELETE)/m', $statement->getText())) {
+ if (preg_match('/(CREATE|SET|MERGE|DELETE|CALL)/m', $statement->getText())) {
62
$writeStatements->put($index, $statement);
63
} else {
64
$readStatements->put($index, $statement);
0 commit comments