Error "no current record for fetch operation" when sorting by a long
international string
-----------------------------------------------------------------------------------------
Key: CORE-6529
URL: http://tracker.firebirdsql.org/browse/CORE-6529
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 4.0 RC 1
Reporter: Dmitry Yemanov
Simplified test case:
-- string size should be >= InlineSortThreshold
recreate table t (f varchar(5000) character set win1251);
commit;
insert into t select rpad('asd', 1000, '+') from rdb$database;
-- no commit here!
select f from t order by 1;
-- ERROR
-- Statement failed, SQLSTATE = 22000
-- no current record for fetch operation
--
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