Changes between Initial Version and Version 1 of Ticket #18461, comment 8
- Timestamp:
- Mar 21, 2013, 9:41:07 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18461, comment 8
initial v1 1 2 {{{ 1 3 < encoding = cursor.connection.get_character_set_info()['name'] 2 4 < return cursor._last_executed.decode(encoding) 3 5 --- 4 6 > return cursor._last_executed.decode('utf-8') 7 }}} 5 8 6 9 I guess that it will help