Db on connect triggers fail to execute some time
------------------------------------------------

                 Key: CORE-4762
                 URL: http://tracker.firebirdsql.org/browse/CORE-4762
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.4, 2.5.3 Update 1, 2.5.3, 2.5.2 Update 1
            Reporter: Lauri Zoova
            Priority: Minor


Database connect trigger is not always not executed. 

For example, given such trigger:

CREATE OR ALTER trigger trg_db_connect
active on connect position 0
AS
begin
  rdb$set_context('USER_SESSION', 'ACTIVE_LANGUAGE', 'en');
end

The value "en" is sometimes not found after successfully connecting to the 
database. Typically the issue is observed when multiple attachments to the 
server (and same database?) are attempted at the same time.


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

        

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to