server/sources/native.py
changeset 3720 5376aaadd16b
parent 3647 2941f4a0aab9
parent 3689 deb13e88e037
child 3890 d7a270f50f54
--- a/server/sources/native.py	Thu Oct 15 11:20:26 2009 +0200
+++ b/server/sources/native.py	Mon Oct 19 15:16:41 2009 +0200
@@ -71,7 +71,7 @@
         try:
             sql.append('%s %s' % (name, typemap[ttype]))
         except KeyError:
-            # assert not schema(ttype).is_final()
+            # assert not schema(ttype).final
             sql.append('%s %s' % (name, typemap['Int']))
     return ','.join(sql), varmap