]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
active record stuff
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2005 03:08:41 +0000 (03:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2005 03:08:41 +0000 (03:08 +0000)
lib/sqlalchemy/engine.py

index 6ffba2249e67f637722e1700f98cf0bcc77ba5af..d177168c2dfc4103e6a75176ebd72ee35ce8c3fc 100644 (file)
@@ -56,6 +56,7 @@ class SQLEngine(schema.SchemaEngine):
         self.echo = echo
         self.context = util.ThreadLocal()
         self.tables = {}
+        self.notes = {}
 
     def schemagenerator(self, proxy, **params):
         raise NotImplementedError()