ISQL does not process (not extract) hex string of external SP body
------------------------------------------------------------------

                 Key: CORE-6293
                 URL: http://tracker.firebirdsql.org/browse/CORE-6293
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 3.0.6
            Reporter: Kovalenko Dmitry
            Priority: Minor


Source code:
                             CREATE PROCEDURE UDR__GEN_ROWS_05
                             (START_N INTEGER NOT NULL,
                             END_N INTEGER NOT NULL)
                             RETURNS
                             (N INTEGER NOT NULL)
                             EXTERNAL NAME 'udrcpp_example.dll!gen_rows'
                             ENGINE UDR
                             AS x'000100';

ISQL extacts:

ALTER PROCEDURE UDR__GEN_ROWS_05 (START_N INTEGER NOT NULL,
END_N INTEGER NOT NULL)
RETURNS (N INTEGER NOT NULL)
EXTERNAL NAME 'udrcpp_example.dll!gen_rows'
ENGINE UDR
AS ''


-- 
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

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to