- Nuisance with floats:
big integer property values in JSON, e.g. “linkid”: 519596977 are returned as 5.19596977e+08.
I understand that javascript has 4-bytes ints and such values might not fit in the domain (currently they do). Is there an option in cbq to set float format for output at least? (Better yet is to treat int as int.)
- Why there are no inner/outer joins? I understand that main loop logic uses _all_docs view (and joins would multiply the load for the same data). But it would be very easy to look up the doc by reference id, at least in the same bucket.
(Errors in N1QL docs: “Scalar Functions” section has copy/paste of Description from ROUND( value, digits ) to RTRIM, TRUNC and VALUE. Again, what VALUE() does?)