]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix ArrayOfEnum's handling of empty arrays.
authorChase <adeodatus@users.noreply.github.com>
Wed, 20 Jan 2016 06:36:15 +0000 (22:36 -0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2016 14:27:09 +0000 (09:27 -0500)
commitf039219eedc22dbb96b4e00fac7ff5e946e2f72d
tree826cc7f51396d429f2a59b4392a18d12cc26944e
parent23e60cd8ebc8fc5214ce6118942974cb27bda5f8
Fix ArrayOfEnum's handling of empty arrays.

Prior to this change a value of `'{}'` would split into the list `['']`.
(cherry picked from commit a2badb751f09299c925bd96a9fd2e76acca04269)
lib/sqlalchemy/dialects/postgresql/base.py