SET SQLDA_DISPLAY ON: different text of message for parameterized expression
starting from second run
-----------------------------------------------------------------------------------------------------
Key: CORE-6447
URL: http://tracker.firebirdsql.org/browse/CORE-6447
Project: Firebird Core
Issue Type: Bug
Components: Engine, ISQL
Affects Versions: 3.0.7, 4.0 Beta 2
Reporter: Pavel Zotov
Following statement produces same SQLSTATE but different text of message since
2nd run:
SQL> set sqlda_display on;
SQL> select 1 from rdb$fields where current_timestamp = ? and current_time = ?;
. . .
Statement failed, SQLSTATE = 07002
Dynamic SQL Error
-SQLDA error
-No SQLDA for input values provided <<<<<<<<<<<<<< [ 1 ]
SQL> select 1 from rdb$fields where current_timestamp = ? and current_time = ?;
. . .
Statement failed, SQLSTATE = 07002
Dynamic SQL Error
-SQLDA error
-Wrong number of parameters (expected 2, got 0) <<<<<<<<<<< [ 2 ]
--
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