Re: [sqlite] unsigned shorts in bindInt on ARM

2006-10-20 Thread Jim Dodgen
I suspect a little vs. big endian problem. chetana bhargav wrote: Hi, I saw a strnage problem using unsigned shorts, not sure if any one saw that, I was using an unsigned short for binding it to integer, the lint wasn't complaining and everything seem to go ahead fine, when I tested that on

[sqlite] unsigned shorts in bindInt on ARM

2006-10-20 Thread chetana bhargav
Hi, I saw a strnage problem using unsigned shorts, not sure if any one saw that, I was using an unsigned short for binding it to integer, the lint wasn't complaining and everything seem to go ahead fine, when I tested that on windows, all my querys were returning as expected. But when I moved m