Uint64 type is not available

I installed influuxdb in the centos following the guide below. (1.7.9)

However, other data types operate normally, but only Uint64 does not. (invalid number error)
ex) > insert u64ex v1=18446744073709551615u
ERR: {“error”:“unable to parse ‘u64ex v1=18446744073709551615u’: invalid number”}

The previous version required separate EnableUint64 treatment, but it was not fixed in 1.7.9?
I wonder how we can insert uint64 data.

  • Influxdb version : 1.7.9
  • My enviroment : CentOS Linux release 7.4.1708 (Core)