You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fix conversion of SET data coming from MySQL server
when the set is empty. We now return an empty set(set([])) which
was previously returned as a set of empty string(set([''])).
A test case is added for BUG#20301989.
(cherry picked from commit f9b22fa)
0 commit comments