Firebird crash when executing sql query "delete from mytable order by id desc
rows 10"
---------------------------------------------------------------------------------------
Key: CORE-4108
URL: http://tracker.firebirdsql.org/browse/CORE-4108
Project: Firebird Core
Issue Type: Bug
Affects Versions: 3.0 Initial
Environment: Windows 7 x86
IBExpert, isql
Firebird 3.0.0.30431
Reporter: Simonov Denis
Firebird crash when executing sql query
CREATE TABLE MYTABLE (
ID INTEGER NOT NULL PRIMARY KEY,
NAME VARCHAR(30)
);
insert into mytable(id, name)
select 1, 'a' from rdb$database
union all
select 2, 'b' from rdb$database
union all
select 3, 'c' from rdb$database;
delete from mytable order by id desc rows 2;
Statement failed, SQLSTATE = 08006
Error reading data from the connection.
for 2.5.2 it works correctly
--
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
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel