|
From: André S. (J. <tr...@fi...> - 2016-04-07 12:47:53
|
Trigger operation with "Too many concurrent executions of the same request"
---------------------------------------------------------------------------
Key: CORE-5188
URL: http://tracker.firebirdsql.org/browse/CORE-5188
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 2.5.5
Environment: Windows
Reporter: André Schwabe
Attachments: testcase.sql
Hi,
First of all:
I know there are some firebird limitations to prevent engine from circle references.
But:
I have a table containing several thousend records. They all have a logical connection because they are descendants. My issue is that I change a value of the first record and the trigger searches the descendant and e.g. calculates the average of all ancestors. It all works fine until the record has more than 751 follow-ups (I have read abaout that limitation).
I have created a testcase script for that issue but it seems a little big to post it directly.
Maybe some can take care about my problem.
Kind regards
A. Schwabe
--
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
|