Changes between Initial Version and Version 1 of Ticket #18461, comment 8


Ignore:
Timestamp:
Mar 21, 2013, 9:41:07 AM (12 years ago)
Author:
err

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18461, comment 8

    initial v1  
     1
     2{{{
    13<         encoding = cursor.connection.get_character_set_info()['name']
    24<         return cursor._last_executed.decode(encoding)
    35---
    46>         return cursor._last_executed.decode('utf-8')
     7}}}
    58
    69I guess that it will help
Back to Top