]> 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)
committerChase <adeodatus@users.noreply.github.com>
Wed, 20 Jan 2016 06:36:15 +0000 (22:36 -0800)
commita2badb751f09299c925bd96a9fd2e76acca04269
tree5a0fb1083bb4ca47c1363138c6468344ad064a3d
parent5a279e7ae4417062bf4b73921f382c5e5e415a0b
Fix ArrayOfEnum's handling of empty arrays.

Prior to this change a value of `'{}'` would split into the list `['']`.
lib/sqlalchemy/dialects/postgresql/base.py