]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added sqlite table reflectino and supporting patterns
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Sep 2005 03:54:52 +0000 (03:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Sep 2005 03:54:52 +0000 (03:54 +0000)
lib/sqlalchemy/engine.py

index eab5f4906e9e032c6ec67ec0a59d600ccd38affb..6ffba2249e67f637722e1700f98cf0bcc77ba5af 100644 (file)
@@ -55,6 +55,7 @@ class SQLEngine(schema.SchemaEngine):
         self._pool = sqlalchemy.pool.manage(self.dbapi()).get_pool(*cargs, **cparams)
         self.echo = echo
         self.context = util.ThreadLocal()
+        self.tables = {}
 
     def schemagenerator(self, proxy, **params):
         raise NotImplementedError()