fix up instance= code paths into Session.get_bind

Issue #1055 resolved
jek created an issue

Various paths are sending state instead of instances into Session.get_bind(instance=), presumably for sharded sessions. Should be consistently state=state or instance=instance.

Comments (2)

  1. Log in to comment