]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added 'ntext' reflected type
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Oct 2006 02:25:45 +0000 (02:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Oct 2006 02:25:45 +0000 (02:25 +0000)
lib/sqlalchemy/databases/mssql.py

index b348771f2455b9bc10d2e724f50b0bbce160da43..3d65abf0c52b64f3f9b3c9c77362b9f1b154406c 100644 (file)
@@ -202,6 +202,7 @@ ischema_names = {
     'char' : MSChar,
     'nchar' : MSNChar,
     'text' : MSText,
+    'ntext' : MSText, 
     'decimal' : MSNumeric,
     'numeric' : MSNumeric,
     'float' : MSFloat,