session.execute() eats kwargs

Issue #1028 resolved
jek created an issue

<brandon_rhodes_> I'm saying session.execute(text("some stuff that says :x and :y"), x=3, y=4) and it keeps telling me that NULL and NULL are going in as the values}}}

Session.get_bind(**kwargs) needs to be tightened up and raise here.

Comments (2)

  1. Log in to comment