Inner_columns ended up being the solution on stack-overflow. The current answer that provides this is somewhat convoluted though.
If you wanted to say exactly what you just said on SO I'd be happy to mark it as correct for future reference. On Fri, Sep 19, 2014 at 9:49 AM, Michael Bayer <[email protected]> wrote: > you use with_only_columns but the columns you place into it must come from > that list that was sent to the select() originally, and *not* the exported > columns of the select itself. > > You either have to hold onto these columns externally, or get at them via > the select.inner_columns accessor. > > > > On Sep 19, 2014, at 6:30 AM, Matthew Rocklin <[email protected]> wrote: > > How can I reorder the columns in a SQLAlchemy query object without causing > undue nesting? > > I've asked this question with an example on StackOverflow. Thought I'd > advertise it here as well. Please let me know if this is not preferred. > > > > http://stackoverflow.com/questions/25914329/rearrange-columns-in-sqlalchemy-select-object > > > Best, > > -Matthew > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "sqlalchemy" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sqlalchemy/OxowS9BhAKE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
