[PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Jeff Trawick
I was looking at http://svn.apache.org/viewvc?view=revisionrevision=1065258 in consideration of getting it in apr-util 1.3.11 and in doing some research (finally found http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28395/ociaahan.htm#sthref5358) I realized there's a signed-ness issue

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Stefan Ruppert
Jeff, no there was no reason why I used the apr_int16_t type. I was only happy that I got the oracle driver on AIX working and did not go further into details... So go ahead! Regards, Stefan On 23.03.2011 19:01, Jeff Trawick wrote: I was looking at

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 2:49 PM, Stefan Ruppert s...@myarm.com wrote: Jeff, no there was no reason why I used the apr_int16_t type. I was only happy that I got the oracle driver on AIX working and did not go further into details... So go ahead! Thanks for having a look. The type is

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Guenter Knauf
Am 23.03.2011 20:27, schrieb Jeff Trawick: The type is available with 10.2.0.3 and 11.2.0.2 (and probably for eons). from 8.1.5 oratypes.h (2000-03-15): #define ub2 unsigned short #define sb2 signed short Gün.

Re: [PATCH] tweak recent oracle-dbd-on-big-endian fix

2011-03-23 Thread Jeff Trawick
On Wed, Mar 23, 2011 at 3:42 PM, Guenter Knauf fua...@apache.org wrote: Am 23.03.2011 20:27, schrieb Jeff Trawick: The type is available with 10.2.0.3 and 11.2.0.2 (and probably for eons). from 8.1.5 oratypes.h (2000-03-15): #define ub2  unsigned short #define sb2  signed short very cool