more fix
This commit is contained in:
parent
c69cbd3e88
commit
518970d359
1 changed files with 2 additions and 2 deletions
|
@ -235,8 +235,8 @@ if options.renderer == "mapnik":
|
|||
escape = escape_sql_column
|
||||
else:
|
||||
def escape(i, asname=False):
|
||||
if name in mapped_cols:
|
||||
return name # already escaped
|
||||
if i in mapped_cols:
|
||||
return i # already escaped
|
||||
return '"'+i+'"'
|
||||
for i in itags:
|
||||
if i in numerics:
|
||||
|
|
Loading…
Add table
Reference in a new issue