Add support for CONTINUE in PSQL
--------------------------------
Key: CORE-3833
URL: http://tracker.firebirdsql.org/browse/CORE-3833
Project: Firebird Core
Issue Type: Improvement
Components: Engine
Environment: All
Reporter: Robert Gilland
Many times I want to use CONTINUE in my FOR/WHILE loops as I do in pascal.
however not available.
for example:
FOR SELECT
FIELD1
FROM TABLE1
INTO :THEFIELD1 DO
BEGIN
IF( THEFIELD1 IS NULL )THEN CONTINUE;
END
Now I have to add lots of BEGIN END clauses just to ensure the routine is
correct.
If I could use "CONTINUE" would be so much better.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel