connectivity::ORowSetValue cleanup and behaviour

2012-02-15 Thread Lionel Elie Mamane
Hi, The connectivity contains a ORowSetValue class, to hold a database value, along with its type. Obviously this class is used all over the place in our database-related code. I'm itching to change it in non-trivial ways, and I've hit some WTFs, so I thought I'd check if someone knows a good

Re: connectivity::ORowSetValue cleanup and behaviour

2012-02-15 Thread Lionel Elie Mamane
On Wed, Feb 15, 2012 at 01:55:34PM +0100, Lionel Elie Mamane wrote: 2) Signed integers and unsigned integers never compare equal. But an unsigned integer compares equal to the corresponding float... Errr... They obviously should? I misread the code... Need coffee. integers never