An error occurred fetching the project authors.
- 26 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
This finishes (almost) WL#2002: Implement stored procedure GOTO. Only the syntax issue for free labels remains ("label L;" vs "L:").
-
- 17 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Mostly done, it works, but the temporary LABEL syntax still to be fixed.
-
- 06 Apr, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Keep track on the default value and use it. (Or NULL, if not declared.)
-
- 13 Nov, 2003 1 commit
-
-
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).
-
- 10 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
(updated) Protocol_cursor class. Also did some bug fixes.
-
- 16 Sep, 2003 1 commit
-
-
pem@mysql.telia.com authored
MySQL error codes as well. (No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.) WL#850
-
- 02 Apr, 2003 1 commit
-
-
pem@mysql.com authored
some will go away when temporary code is replaced).
-
- 26 Mar, 2003 1 commit
-
-
pem@mysql.com authored
Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
-
- 17 Dec, 2002 1 commit
-
-
pem@mysql.com authored
-
- 16 Dec, 2002 1 commit
-
-
pem@mysql.com authored
Implemented IF-THEN-ELSE.
-
- 12 Dec, 2002 1 commit
-
-
pem@mysql.com authored
Fixed backpatching of forward jumps. Implemented LOOP, WHILE, REPEAT (temporarily known as SPREPEAT). Known bug: Expression evaluation still not quite ok (e.g. "x > 0"), which is why IF and CASE is not yet implemented.
-
- 11 Dec, 2002 1 commit
-
-
pem@mysql.com authored
for better jump support. Some flow control support added too (but not complete).
-
- 08 Dec, 2002 1 commit
-
-
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....
-