
If you were logged in you would be able to see more operations.
|
|
|
QA Status: |
Done successfully
|
Test Details: |
Changed code to make it independent of system tables content.
|
I ran next command:
CREATE OR ALTER PROCEDURE TEST_PROCEDURE(
ID INTEGER NOT NULL)
AS
BEGIN
END
Than i looked at RDB$PROCEDURE_PARAMETERS and found that RDB$NULL_FLAG is null for procedure parameter.
|
Description
|
I ran next command:
CREATE OR ALTER PROCEDURE TEST_PROCEDURE(
ID INTEGER NOT NULL)
AS
BEGIN
END
Than i looked at RDB$PROCEDURE_PARAMETERS and found that RDB$NULL_FLAG is null for procedure parameter. |
Show » |
There are no comments yet on this issue.
|
|