[Sqlalchemy-tickets] Issue #3474: Support for SQL triggers (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Konsta V. <iss...@bi...> - 2015-07-04 13:16:26
|
New issue 3474: Support for SQL triggers https://bitbucket.org/zzzeek/sqlalchemy/issue/3474/support-for-sql-triggers Konsta Vesterinen: The more complex my projects have become using SQLAlchemy the more I've used SQL triggers. It would be great if SQLAlchemy had builtin support for triggers. This would make it possible to: 1. Have re-usable trigger code instead of ugly string based CREATE / DROP DDL statements 2. Add later support in alembic for these triggers. My triggers have evolved greatly over time, thus it would be great if alembic noticed these changes automatically when issuing autogenerate. |