Index not found for RECREATE TRIGGER
------------------------------------

                 Key: CORE-4493
                 URL: http://tracker.firebirdsql.org/browse/CORE-4493
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
         Environment: linux-3.15.5 gcc-4.9.0 amd64

 LI-T3.0.0.31224
            Reporter: Treeve Jelbert


Enter password: 
ISQL Version: LI-T3.0.0.31224 Firebird 3.0 Alpha 2
Use CONNECT or CREATE DATABASE to specify a database
SQL> connect localhost:accounts;
Server version:
LI-T3.0.0.31224 Firebird 3.0 Alpha 2
LI-T3.0.0.31224 Firebird 3.0 Alpha 2/tcp (Horos)/P13:C
LI-T3.0.0.31224 Firebird 3.0 Alpha 2/tcp (Horos)/P13:C
Database:  localhost:accounts, User: treeve
SQL> set term ^;
SQL> -- must maintain account balance
SQL> recreate trigger tai_mvt
CON>  active after insert or update position 1
CON>  on mvt
CON>  as
CON>  begin
CON>   update account a set a.balance = a.balance + new.amount
CON>    where a.id = new.ac;
CON>  end^
Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-RECREATE TRIGGER TAI_MVT failed
-Index not found
SQL> set term ;^
SQL> commit;
SQL> show trigger;
There are no triggers in this database



this is a newly created database, running my normal migration script with a 
freshly built db, but previous security db

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

        

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to