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


Ignore:
Timestamp:
Mar 21, 2013, 9:44:29 AM (11 years ago)
Author:
err

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18461, comment 8

    v1 v2  
    11
    22{{{
    3 <         encoding = cursor.connection.get_character_set_info()['name']
     3<         encoding = cursor.connection.character_set_name()
    44<         return cursor._last_executed.decode(encoding)
    55---
Back to Top