connection.execute_raw()

Issue #670 resolved
Mike Bayer repo owner created an issue

this method will have the same signature as execute(), but will not do any bind parameter processing and will return a raw cursor. feature it prominently in the docs as the "lightweight" way to execute. can only be on connection() if we return a cursor, so that the connection resource gets closed by the user.

Comments (4)

  1. Mike Bayer reporter

    this feature continues to look unappealing to me. execution speed has been vastly improved and i think we should focus on keeping it simple.

  2. Log in to comment