Skip to content

Commit c0d8041

Browse files
author
Jan Steemann
committed
add customQueue option for cursors
1 parent 73fd099 commit c0d8041

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/triagens/ArangoDb/Statement.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ public function __construct(Connection $connection, array $data)
197197
if (isset($data[Cursor::ENTRY_FLAT])) {
198198
$this->_flat = (bool) $data[Cursor::ENTRY_FLAT];
199199
}
200+
if (isset($data[Cursor::ENTRY_CUSTOM_QUEUE])) {
201+
$this->_customQueue = $data[Cursor::ENTRY_CUSTOM_QUEUE];
202+
}
200203
}
201204

202205
/**

0 commit comments

Comments
 (0)