This commit is contained in:
Miroslav Stampar
2010-12-09 17:10:22 +00:00
parent 0eb2c408a9
commit bbffea2cbc
10 changed files with 12 additions and 23 deletions

View File

@@ -34,5 +34,4 @@ class MSSQLServerMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous
Miscellaneous.__init__(self)
Takeover.__init__(self)
unescaper[DBMS.MSSQL] = MSSQLServerMap.unescape
unescaper.setUnescape(MSSQLServerMap.unescape)
unescaper[DBMS.MSSQL] = Syntax.unescape