Tomas Pelka kirjoitti:
> Hi gang,
> I know that Django do not support stored procedures/function, but is
> here still a chance to handle this stuff in Django?
> 
> I found this http://www.djangosnippets.org/snippets/272/, have somebody
> experience with this?
> 
> Thanks for advices,
> cheers Tom.
> 

I don't think so, there is no database agnostic way to do it and more 
over it varies quite a lot between different DBMSes.

What would be useful (there is even ticket for that) to able to populate 
model instances from raw queries and thus for example from return 
value(s) of such database spesific calls.

And meanwhile you always can call raw sql to anything you want django 
supports it.

-- 
Jani Tiainen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to