mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Implement handling of triggers as separate database objects, on the same level as tables, routines and views. Means we have a trigger editor frame, a new icon and various code extensions. Fixes issue #806.
This commit is contained in:
@ -247,6 +247,7 @@ const
|
||||
ICONINDEX_CRASHED_TABLE = -1;
|
||||
ICONINDEX_STOREDPROCEDURE = 119;
|
||||
ICONINDEX_STOREDFUNCTION = 35;
|
||||
ICONINDEX_TRIGGER = 137;
|
||||
ICONINDEX_FUNCTION = 13;
|
||||
ICONINDEX_KEYWORD = 25;
|
||||
|
||||
@ -312,3 +313,5 @@ const
|
||||
FKEY = 'FULLTEXT';
|
||||
SKEY = 'SPATIAL';
|
||||
|
||||
SYNCOMPLETION_PATTERN: WideString = '\image{%d}\hspace{5}\color{clSilver}%s\column{}\color{clWindowText}%s';
|
||||
|
||||
|
Reference in New Issue
Block a user