An error occurred fetching the project authors.
  1. 26 Aug, 2004 1 commit
  2. 17 Aug, 2004 1 commit
  3. 06 Apr, 2004 1 commit
  4. 13 Nov, 2003 1 commit
    • pem@mysql.comhem.se's avatar
      Various bug fixes: · c38bb3d7
      pem@mysql.comhem.se authored
        - Duplicate parameters/variables, conditions and cursors (not allowed).
        - ITERATE in labelled BEGIN-END (not allowed).
        - Missing SQLSTATE [VALUE] keywords in CONDITION/HANDLER declaration (added).
        - Empty BEGIN-END (now allowed).
        - End label (now optional).
      c38bb3d7
  5. 10 Oct, 2003 1 commit
  6. 16 Sep, 2003 1 commit
  7. 02 Apr, 2003 1 commit
  8. 26 Mar, 2003 1 commit
  9. 17 Dec, 2002 1 commit
  10. 16 Dec, 2002 1 commit
  11. 12 Dec, 2002 1 commit
  12. 11 Dec, 2002 1 commit
  13. 08 Dec, 2002 1 commit
    • pem@mysql.com's avatar
      Simplistic, experimental framework for Stored Procedures (SPs). · aae07a4d
      pem@mysql.com authored
      Implements creation and dropping of PROCEDUREs, IN, OUT, and INOUT parameters,
      single-statement procedures, rudimentary multi-statement (begin-end) prodedures
      (when the client can handle it), and local variables.
      Missing most of the embedded SQL language, all attributes, FUNCTIONs, error handling,
      reparses procedures at each call (no caching), etc, etc.
      Certainly buggy too, but procedures can actually be created and called....
      aae07a4d