~mysql/myconnpy/1.2

Viewing all changes in revision 510.

  • Committer: Peeyush Gupta
  • Date: 2014-07-17 06:17:54 UTC
  • Revision ID: peeyush.x.gupta@oracle.com-20140717061754-9o1ewredpo5ptw7u
BUG#19164627: Fix cursor trying  to decode linestring data as utf-8

While converting row values coming from mysql server, cursor was trying
to convert LINESTRING data as utf-8 which was raising an exception.
This patch avoids this by returning such kind of values without decoding.

A testcase has been added for BUG#19164627.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: