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
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
slqlalchemy supports
"*"as a returning value, however when I'm using it with postgres backendand then try to get row data
KeyErrorshows up in this line https://github.com/encode/databases/blob/master/databases/backends/postgres.py#L105That's because
self._column_maphas value{'*': (0, NullType())}So there should be probably some extra check for the wildcard column.