Changed the Monitor to include all the columns (including _uuid) to workaround the...
authorMadhu Venugopal <mavenugo@gmail.com>
Fri, 20 Jun 2014 23:54:42 +0000 (16:54 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Fri, 20 Jun 2014 23:54:42 +0000 (16:54 -0700)
commitccffc85d347e17e8b0fa8cb8ef7075683016aff2
treef63e1d87f535af2431fb4d522106b0b34dbc72a1
parentf66bda9f82f263114e89a43eaaa82cb62a676625
Changed the Monitor to include all the columns (including _uuid) to workaround the limitation.

As per RFC 7047, section 4.1.5, if a Monitor request is sent without any columns, the update response will not include the _uuid column.
This fix works around that limitation by monitoring all the columns including _uuid.

Change-Id: Ifd69370c11f3b5af1ef15e1563954727831cd062
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>