Error "attempted update of read-only column" when trying select minvalue from 
list with more than 255 elements
--------------------------------------------------------------------------------------------------------------

                 Key: CORE-3929
                 URL: http://tracker.firebirdsql.org/browse/CORE-3929
             Project: Firebird Core
          Issue Type: Bug
            Reporter: Pavel Zotov
            Priority: Minor


select minvalue( 1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 --####################  50
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 --#################### 100
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 --#################### 150
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 --#################### 200
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 ----------------------
,1
,1
,1
,1
,1
,1
,1
,1
,1
,1 --#################### 250
,1
,1
,1
,1
,1 -- this is the last element (255th) where result is OK
,1 -- adding this element leads to strange error message about UPDATING
) from rdb$database;

Statement failed, SQLSTATE = 42000
attempted update of read-only column
After line 0 in file minval.sql

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

        

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to