This website requires JavaScript.
Explore
Help
Register
Sign In
opensource
/
HeidiSQL
Watch
1
Star
0
Fork
0
You've already forked HeidiSQL
mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced
2025-08-06 18:24:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2,195
Commits
6
Branches
50
Tags
Commit Graph
2 Commits
Author
SHA1
Message
Date
Ansgar Becker
2dcf02feb3
Implement a parent class for all database object editors (table, view, routine, trigger) and let these editors derive from this class. Could simplify code in the future.
2009-12-11 18:20:16 +00:00
Ansgar Becker
b4cca2ea1f
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
.
2009-12-11 16:07:59 +00:00