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
This is not what happens in Django. Moreover, it causes other problems as we see at issue #1861
This should happen because uuid is stored as uuid.UUID type in SQLA.
The behaviour of the QB should be uniform in both backends (I would say, return always a unicode uuid, but I am open to suggestions etc)
The text was updated successfully, but these errors were encountered:
Currently, when a uuid is added to a query projection, QB returns a uuid.UUID type of value.
e.g.
This is not what happens in Django. Moreover, it causes other problems as we see at issue #1861
This should happen because uuid is stored as uuid.UUID type in SQLA.
The behaviour of the QB should be uniform in both backends (I would say, return always a unicode uuid, but I am open to suggestions etc)
The text was updated successfully, but these errors were encountered: