[Sqlalchemy-tickets] Issue #3341: 1.0.0b3: regression with single-table inheritance and constraint
Brought to you by:
zzzeek
|
From: Gabor G. <iss...@bi...> - 2015-03-24 09:24:21
|
New issue 3341: 1.0.0b3: regression with single-table inheritance and constraint added in a subclass https://bitbucket.org/zzzeek/sqlalchemy/issue/3341/100b3-regression-with-single-table Gabor Gombas: Hi, The attached example works fine with 0.9.7, but 1.0.0b3 gives the following error: `sqlalchemy.exc.ArgumentError: Can't add unnamed column to column collection` Gabor |