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
In #276, information about column names became available for the results of Session::query and Session::execute through the QueryResult::col_specs field.
We should also expose this information through the iterator object returned by Session::query_iter and Session::execute_iter methods.
The text was updated successfully, but these errors were encountered:
Related to #271.
In #276, information about column names became available for the results of
Session::query
andSession::execute
through theQueryResult::col_specs
field.We should also expose this information through the iterator object returned by
Session::query_iter
andSession::execute_iter
methods.The text was updated successfully, but these errors were encountered: