Skip to content
Permalink
Browse files
Fix for issue #45 on Google Code
  • Loading branch information
waynew authored and Wayne Werner committed Nov 20, 2014
1 parent 73c98e1 commit b0feb77
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1755,7 +1755,7 @@ def _UpdateDesc(self):
if ret != SQL_SUCCESS:
check_success(self, ret)

col_name = Cname.value
col_name = from_buffer_u(Cname)
if lowercase:
col_name = col_name.lower()
#(name, type_code, display_size,

0 comments on commit b0feb77

Please sign in to comment.