Re: [Sqlalchemy-tickets] [sqlalchemy] #2842: The recipe "Storing/Using Enumerations" does not funct
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-20 20:22:05
|
#2842: The recipe "Storing/Using Enumerations" does not function in SQLite
------------------------------+------------------------------------
Reporter: rgg | Owner: zzzeek
Type: defect | Status: reopened
Priority: medium | Milestone: 0.8.xx
Component: utils | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: in progress |
------------------------------+------------------------------------
Changes (by zzzeek):
* status: closed => reopened
* type: enhancement => defect
* priority: low => medium
* milestone: => 0.8.xx
* resolution: duplicate =>
* status_field: completed/closed => in progress
Comment:
this is resolved by #2742 but after closer inspection i think there's some
type mechanics that should be affected here too, the custom DeclEnum
should not be subject to the CHECK constraint that is receiving strings,
will coerce that.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2842#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|