Enable query.options on SelectResults

Issue #472 resolved
Former user created an issue

SelectResults is useful in the way that it enable the call to transformatives methods on a query, before any sql is isued. In some case, depending of the application context in which a same SelectResults is used, it can be interesting to add options on the query encapsulated by the SelectResults.

Comments (7)

  1. Mike Bayer repo owner
    • removed status
    • changed status to open

    this fix was implemented incorrectly, and I failed to look closely when patching it. all methods on SelectResults are to work "generatively", leaving the current SelectResults unchanged and returning a new instance of SelectResults containing the modified behavior. While this patch was released in 0.3.5, I'm doing a hard switch on it anyway since its a new feature that not many people are using.

  2. Log in to comment