Re: [sqlalchemy] (Newbie)About loading a table only once

2011-07-01 Thread Michael Bayer
On Jul 1, 2011, at 8:11 AM, Oltmans wrote: > Greetings, > > First, many thanks for creating such an awesome library. Secondly, I'm > very new to this and I've a basic question. I've a method that looks > like following > > def test_table_load(self): > doctor = Table('TestTable', META, autoloa

[sqlalchemy] (Newbie)About loading a table only once

2011-07-01 Thread Oltmans
Greetings, First, many thanks for creating such an awesome library. Secondly, I'm very new to this and I've a basic question. I've a method that looks like following def test_table_load(self): doctor = Table('TestTable', META, autoload=True, autoload_with=DB) Now while the software runs, thi

[sqlalchemy] (Newbie)About loading a table only once

2011-07-01 Thread Oltmans
Greetings, First, many thanks for creating such an awesome library. Secondly, I'm very new to this and I've a basic question. I've a method that looks like following def test_table_load(self): doctor = Table('TestTable', META, autoload=True, autoload_with=DB) Now while the software runs, thi