> was not aware that metadata.reflect() was doing views in 0.5, and this 
> feature is fine if someone has time to work on it.    (trac ticket is a good 
> start)

Below is a tiny diff that allows for reflection of views (so that our
0.5.7-version based unit test passes without changes again). Haven't
tested beyond this.

If you agree, I will attach this to a ticket which I will create on
your wiki.


1870c1870
<             conn = None
---
>             conn = bind.engine.contextual_connect()
1879a1880,1881
>         available.update(bind.engine.dialect.get_view_names(conn,
>                                                             schema=schema))

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@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