Closed GoogleCodeExporter closed 9 years ago
Another information.
The column type where issue occurs is CLOB (in django model is
testo = models.TextField(max_length=4096, blank=True, null=True)
)
Thanks
Original comment by marcoi...@gmail.com
on 17 Sep 2012 at 12:55
I am able to reproduce this issue and working on the same.
Original comment by rahul.pr...@in.ibm.com
on 18 Sep 2012 at 11:54
Original comment by rahul.pr...@in.ibm.com
on 18 Sep 2012 at 11:54
I have created a patch for this issue, and it is working fine with our initial
testing.
Please find that patched ibm_db.c file in the attachment, please give a try to
this patch and let us know how it goes.
Original comment by rahul.pr...@in.ibm.com
on 17 Dec 2012 at 10:15
Attachments:
Issue 125 has been merged into this issue.
Original comment by rahul.pr...@in.ibm.com
on 17 Dec 2012 at 10:17
I have make the patch on above ibm_db-2.0.0 so, please use 2.0.0 version of
ibm_db and replace the existing ibm_db.c with patched one.
Original comment by rahul.pr...@in.ibm.com
on 17 Dec 2012 at 10:20
I can confirm that this is working correctly with the patched version. I
tested it both locally using ibm_db and then on another system using
ibm_db_django to test the patch.
Thanks
Eric
Original comment by eric.per...@gmail.com
on 17 Dec 2012 at 4:28
Fixed in ibm_db-2.0.1 release.
Original comment by rahul.pr...@in.ibm.com
on 1 Mar 2013 at 10:25
Original issue reported on code.google.com by
marcoi...@gmail.com
on 17 Sep 2012 at 12:28