Commit Graph

4 Commits

Author SHA1 Message Date
Ilya Yatsishin
9a2bf270fd
Merge pull request #10036 from kerolasa/docs/cutIP
docs: tell the cutIPv6() is cutting bytes not bits
2020-04-07 17:15:11 +03:00
Sami Kerola
5fb5fd1884
[docs] tell the cutIPv6() is cutting bytes not bits
The IPv6CIDRToRange() appears to use bits while cutIPv6() will cut in bytes.

    WITH IPv6StringToNum('FFFF:FFFF:FFFF:FFFF:AAAA:AAAA:AAAA:AAAA') AS ipv6
    SELECT
      cutIPv6(ipv6, 8, 0),
      tupleElement(IPv6CIDRToRange(ipv6, 64), 1)
2020-04-03 19:56:46 +01:00
Ivan Lezhankin
8a5a73e76d Merge branch 'master' into dbms2src 2020-04-03 18:20:05 +03:00
Ivan Blinkov
b66c26d833
Get rid of toc_en.yml (#10023) 2020-04-03 16:23:32 +03:00