Regression: Cannot crate variable with name longer than 31 chars in PSQL
------------------------------------------------------------------------
Key: CORE-4989
URL: http://tracker.firebirdsql.org/browse/CORE-4989
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 3.0 Beta 2
Environment: Windows 7 32 bit
Server version: WI-T6.3.0.31896 Firebird 3.0 Beta 2
Reporter: Simeon Bodurov
Cannot crate variable with name longer than 31 chars in PSQL
When I try to crate stored procedure with name longer than 31 chars, server
gives error:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Name longer than database column size.
Example:
CREATE OR ALTER PROCEDURE TEST
AS
DECLARE VARIABLE P2345678901234567890123456789012 SMALLINT;
BEGIN
END
I that a regression ? We have many stored procedures with variable names longer
than 31 chars and I cannot create that database under Firebird 3.0 beta 2. I
cannot find anything in release notes about that new limit.
--
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