Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CONTINUE in PSQL [CORE3833] #4175

Closed
firebird-automations opened this issue Apr 26, 2012 · 3 comments
Closed

Add support for CONTINUE in PSQL [CORE3833] #4175

firebird-automations opened this issue Apr 26, 2012 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Robert Gilland (robert.gilland_basx.com.au)

Duplicates CORE1209

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.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Link: This issue duplicates CORE1209 [ CORE1209 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant