[sqlalchemy] Problem with table reflection (version 0.6.6) with mysql database

2011-02-08 Thread Paul Rigor
Hello, I have a table with the following schema: +-+---+--+-+-++ | Field | Type | Null | Key | Default | Extra | +-+---+--+-+-++ | acc | varchar(1024) |

Re: [sqlalchemy] Problem with table reflection (version 0.6.6) with mysql database

2011-02-08 Thread Michael Bayer
include_columns is a list of strings indicating the names of those columns which you'd like reflected. If you want to reflect all columns from the table, leave that argument out. On Feb 8, 2011, at 4:36 PM, Paul Rigor wrote: Hello, I have a table with the following schema: