Re: [ovs-dev] [PATCH] ovsdb-data: Add support for integer ranges in database commands

2016-12-14 Thread Łukasz Rząsik
about it? Maybe I'm missing something? Do you have a solution in mind? Thanks, Lucas 2016-12-13 1:17 GMT+01:00 Ben Pfaff <b...@ovn.org>: > On Mon, Dec 05, 2016 at 09:47:47PM +0100, Łukasz Rząsik wrote: > > Adding / removing a range of integers to a column accepting a set

Re: [ovs-dev] [PATCH] ovsdb-data: Add support for integer ranges in database commands

2017-01-10 Thread Łukasz Rząsik
Thanks! Please let me know if you think I can help implementing something or be useful in some other way. I'll also try to propose something. 2017-01-05 17:48 GMT+01:00 Ben Pfaff : > On Thu, Dec 29, 2016 at 03:55:46PM -0700, Lukasz Rzasik wrote: > > Adding / removing a range of

[ovs-dev] [PATCH] ovsdb-data: Add support for integer ranges in database commands

2016-12-05 Thread Łukasz Rząsik
Adding / removing a range of integers to a column accepting a set of integers requires enumarating all of the integers. This patch simplifies it by introducing 'range' concept to the database commands. Two integers separated by a hyphen represent an inclusive range. The patch adds positive and