[Sqlalchemy-tickets] Issue #3283: strange behavior with MySQL empty SET (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: yoch <iss...@bi...> - 2015-01-03 21:46:46
|
New issue 3283: strange behavior with MySQL empty SET https://bitbucket.org/zzzeek/sqlalchemy/issue/3283/strange-behavior-with-mysql-empty-set yoch: Hi all, I want to use the MySQL SET type with sqlalchemy, but in case we have an empty set in database, sqlalchemy return an set with one element (the empty string). Thank you |