Skip to content
Snippets Groups Projects
Commit 5e9989a1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Document Bug #730613, SELECT with a disjunction

https://bugs.launchpad.net/tarantool/+bug/730613

Document Bug#730613, "SELECT with a disjunction
on multiple keys returns matching tuples twice".
parent 86e9b1a7
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,12 @@
<limit> ::= <int32>
; key count in the disjunctive set
; key count in the conjunctive set. Tarantool will
; consequently return tuples that match the first key,
; then the second, and so on. If a tuple matches
; more than one key, it's returned twice. <limit>
; thus limits the total number of returned tuples,
; which are not necessarily distinct.
<count> ::= <int32>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment