Re: [Sqlrelay-discussion] sqlrelay-0.36.4 and Python cPickle bug fix
Brought to you by:
mused
|
From: Firstworks/4access <dav...@fi...> - 2005-11-17 15:23:05
|
The fix will be in 0.37. I actually fixed it in 0.37 first and
backported the patch I sent you.
Dave
dav...@fi...
On Thu, 2005-11-17 at 12:25 +0000, Ville Silventoinen wrote:
> Hi Dave,
>
> sometime ago you fixed a problem in sqlrelay-0.36/src/api/python/CSQLRelay.C
> related to BLOBs and Python cPickle module.
>
> It looks like the same problem occurs in sqlrelay-0.36.4. I did a diff
> with the CSQLRelay.C fix you sent me and the one in sqlrelay-0.36.4:
>
> 788d787
> < long *row_lengths;
> 794d792
> < row_lengths=sqlrcur->getRowLengths(row);
> 811c809
> < PyList_SetItem(my_list, counter, Py_BuildValue("s#", row_data[counter], row_lengths[counter]));
> ---
> > PyList_SetItem(my_list, counter, Py_BuildValue("s", row_data[counter]));
>
>
> I copied the fixed version to sqlrelay-0.36.4 source tree, re-compiled and
> it looks like the old fix works. Could you include this fix in the next
> version?
>
>
> Thanks,
> Ville
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
> Register for a JBoss Training Course. Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> _______________________________________________
> Sqlrelay-discussion mailing list
> Sql...@li...
> https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion
>
|