Comment 7 for bug 1607479

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/22848
Committed: http://github.org/Juniper/contrail-controller/commit/7339fd791f53ce35dab63c11834cc486cac2507b
Submitter: Zuul
Branch: R3.1

commit 7339fd791f53ce35dab63c11834cc486cac2507b
Author: Megh Bhatt <email address hidden>
Date: Thu Aug 4 01:31:10 2016 -0700

Remove casts for uint8_t and uint16_t in CQL index and name binder

Base CQL type is int (int32_t) so no need to cast to int8_t and int16_t
for uint8_t and uint16_t respectively. The casts were causing
range queries on column name values greater than int8_t and int16_t to
fail.

Change-Id: I85ad4412c66bd9f0e5fc268980f7344726c7f79c
Closes-Bug: #1607479