Files
sqlalchemy/test/sql
Mike Bayer 6d4dcbb405 Break scalars() and mappings() into separate objects
The issue of Result.fetchXXX()  methods returning Row
objects unless filtering is applied will not provide a
clear enough API story when type annotations are applied,
so break out scalars/mappings into separate wrapper objects.
this makes some things more intuitive and other things a little
more bumpy.   however the return type story is now clearer.

Fixes: #5503
Change-Id: I629a061823179680dc0723559183859a67ea4db1
2020-08-12 12:23:56 -04:00
..
2020-06-27 21:30:37 -04:00
2020-08-01 19:49:15 -04:00
2020-08-01 19:49:15 -04:00
2020-03-24 14:05:19 -04:00