[sqlalchemy] Handling of differences between a table and its mapped class

2015-01-23 Thread SF Markus Elfring
Hello, What will (or should) happen if the column attributes which are specified by a class that is derived from declarative_base() differ (e. g. an other default value) from the settings of an existing database table? Is it occasionally appropriate to use different column properties by the

Re: [sqlalchemy] Handling of differences between a table and its mapped class

2015-01-23 Thread Simon King
On Fri, Jan 23, 2015 at 9:11 AM, SF Markus Elfring elfr...@users.sourceforge.net wrote: Hello, What will (or should) happen if the column attributes which are specified by a class that is derived from declarative_base() differ (e. g. an other default value) from the settings of an existing