Files
sqlalchemy/test/sql
Mike Bayer aa9ce3f521 - additional adjustment to the fix made in 8ad968f331
for ref #3657.  The Oracle dialect makes more use of the "select_wraps_for"
feature than SQL server because Oracle doesn't have "TOP" for a limit-only
select, so tests are showing more happening here.  In the case where
the select() has some dupe columns, these are deduped from the .c collection
so a positional match between the wrapper and original can't use .inner_columns,
because these collections wont match.  Using _columns_plus_names
instead which is the deduped collection that determines the SELECT display,
which definitely have to match up.
2016-02-21 22:46:31 -05:00
..
2015-03-18 21:38:57 -07:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:48 -04:00
foo
2015-03-08 11:34:14 -04:00
2014-07-18 17:40:58 -04:00
2015-12-14 20:22:21 -05:00