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
After the commit 2617620, unicode_literal is always adding the _binary prefix because db.literal inside unicode_literal is called on the encoded value (and encoded values are always bytes).
This is a serious regression!
After the commit 2617620,
unicode_literalis always adding the_binaryprefix becausedb.literalinsideunicode_literalis called on the encoded value (and encoded values are always bytes).This is a serious regression!