Changeset 1745 for ZMS/trunk


Ignore:
Timestamp:
06.12.2011 21:35:10 (6 months ago)
Author:
zmsdev
Message:

SQL-datasource: applied fix for encoding of columns (reported by fh).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/zmssqldb.py

    r1734 r1745  
    519519                  else: 
    520520                    colType = 'string' 
     521                colId = unicode(colId).encode('utf-8') 
    521522                col = {} 
    522523                col['key'] = colId 
Note: See TracChangeset for help on using the changeset viewer.