reqlite
reqlite copied to clipboard
r.branch does not support multiple conditional expressions
Per https://www.rethinkdb.com/api/javascript/branch/, it should support arbitrary number of conditional expressions, but as implemented it only supports one (although it will happily accept >3 arguments).