On Thu, Nov 3, 2011 at 2:28 PM, Tarek Ziadé <ziade.ta...@gmail.com> wrote:
> So,
>
> I have worked on a first prototype, and was unable to use the event
> system as-is, because of a lack of context to know which database the
> user is trying to access.
>
> So, after a bit of hacking, here's what I have done:
>
> http://tarek.pastebin.mozilla.org/1372473

ooops, I missed a piece :

def _raw(self):
    return self.pool.unique_connection(self.url)


-- 
Tarek Ziadé | http://ziade.org

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to