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
Many queries now declare the columns they are expected to return via the column_names property, but this should be universally the case, and should be enforced, rather than relying on running head(0) to get Postgres to infer the column names.
Many queries now declare the columns they are expected to return via the
column_names
property, but this should be universally the case, and should be enforced, rather than relying on runninghead(0)
to get Postgres to infer the column names.Helpful in a small way for #390 and #391.
The text was updated successfully, but these errors were encountered: