This project is archived and is in readonly mode.
Enable use of MySQL stored procedures
Reported by Justin Bailey | September 15th, 2009 @ 01:58 AM
This patch updates the MySQL adapter to pass the correct flag so stored procedures can be executed from Rails. It only takes affect if the adapter version is > 4.1.0.
See ticket #3151 for previous discussion.
The patch is against the 2.3.4 tag.
Comments and changes to this ticket
-
Justin Bailey September 17th, 2009 @ 12:04 AM
Jeremy,
Any thoughts on this patch? Is it what you were looking for? Unit tests are included ...
-
Jeremy Kemper September 17th, 2009 @ 07:01 PM
I investigated this more and a version check isn't necessary, just a check for the constant.
-
Repository September 17th, 2009 @ 07:02 PM
- State changed from new to committed
(from [4f5cac53b7ce2e8694c836a9dfe3619f9f7c9ccc]) Enable use of MySQL stored procedures by default.
[#3204 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/4f5cac53b7ce2e8694c836a9dfe361...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 3151 MySQL adapter update to enable use of stored procedures I've created ticket #3204 with a patch for this request.
- 3204 Enable use of MySQL stored procedures [#3204 state:committed]