Thanks a lot.

On 01/09/11 19:16, Michael Bayer wrote:
I have some interest in working out ways to integrate stored procedures with SQLAlchemy 
though at the moment the points of integration are very rudimental.    You can invoke a 
stored procedure, get results, and also create a "selectable" that would define 
the columns that come back from one (that's at 
http://www.sqlalchemy.org/docs/core/tutorial.html#functions).   Postgresql functions are 
also handy for various ad-hoc queries and I've used them for things like computing 
statistical values as columns.
And how can one do this?
I plan to stay with postgresql so database independence is not really my concern.
Happy hacking.
Krishnakant.
As far as a


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

Reply via email to