server/sources/native.py
branchstable
changeset 3689 deb13e88e037
parent 3497 63b9541dd36f
child 3720 5376aaadd16b
child 3835 a191b3b9e455
--- a/server/sources/native.py	Thu Oct 15 18:43:04 2009 +0200
+++ b/server/sources/native.py	Thu Oct 15 20:29:21 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