some fixes

This commit is contained in:
Miroslav Stampar
2011-06-16 13:41:02 +00:00
parent 7733e5866a
commit 0eeb48f8f5
4 changed files with 27 additions and 27 deletions

View File

@@ -2549,7 +2549,7 @@ def normalizeUnicode(value):
def safeSQLIdentificatorNaming(name, isTable=False):
"""
Returns a safe representation of SQL identificator name
Returns a safe representation of SQL identificator name (internal data format)
"""
retVal = name