Actions
Feature #2513
openMySQL stored procedures
Start date:
12/12/2013
Due date:
% Done:
0%
Estimated time:
Description
Stored procedures can make recursive select calls but are currently not supported in Wt.
It would be nice to have something like
session.query("CALL ()");
Updated by Koen Deforche almost 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version changed from 3.3.1 to 3.3.3
Updated by Koen Deforche over 10 years ago
- Target version changed from 3.3.3 to 3.3.4
Updated by Koen Deforche over 9 years ago
- Status changed from InProgress to Feedback
Hey,
I realize now this only applies to MySQL (and Oracle) backends. Can you give an example use-case for us to test? Most examples that I find on the net use procedures rather than functions, such as in http://stackoverflow.com/questions/16513418/how-to-do-the-recursive-select-query-in-mysql
Actions