Project

General

Profile

Actions

Feature #2513

open

MySQL stored procedures

Added by Anonymous over 10 years ago. Updated about 9 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
Target version:
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 ()");

Actions #1

Updated by Koen Deforche about 10 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
  • Target version changed from 3.3.1 to 3.3.3
Actions #2

Updated by Koen Deforche about 10 years ago

  • Target version changed from 3.3.3 to 3.3.4
Actions #3

Updated by Koen Deforche about 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

Also available in: Atom PDF