On Jul 22, 9:16 am, kronos <[email protected]> wrote:
> It is knows that Ruby mysql driver supports prepared statements.
> Why do not active record adapters support them? Is there any reason
> for it?

Well, ActiveRecord sort of *does* support prepared statements, in the
sense that parameterized queries are a type of prepared statement, and
ActiveRecord uses parameterized queries.  Are you looking for
precompiled prepared statements?  If so, perhaps stored procedures
would be the way to go (although mySQL's procedural language sucks)?

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to