wow....well yeah, though putting it in the column_info is not how i'd want to 
do that.  I'd like to change the API for 0.8.    Actually the whole inspector 
should be passed to the event.   this is 
http://www.sqlalchemy.org/trac/ticket/2418 which has a patch.    

For now, uerg, putting in the column_info is pretty hacky and then we're stuck 
with it....let me do some other things for a bit and if you have workarounds 
until 0.8 that would help, though I'm guessing you dont...



On Feb 28, 2012, at 9:46 AM, Eric Lemoine wrote:

> Hi
> 
> I'd like to do queries from a "column_reflect" listener, but this
> isn't currently possible because "column_reflect" events do not
> include an engine/bind object. Would adding a "bind" key/value to the
> column_info argument make sense?
> 
> FYI, I'm trying to reflect PosGIS geometry columns.
> 
> Thank you.
> 
> -- 
> Eric Lemoine
> 
> Camptocamp France SAS
> Savoie Technolac, BP 352
> 73377 Le Bourget du Lac, Cedex
> 
> Tel : 00 33 4 79 44 44 96
> Mail : eric.lemo...@camptocamp.com
> http://www.camptocamp.com
> 
> -- 
> 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.
> 

-- 
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