Files
sqlalchemy/doc/build
Mike Bayer 5cf8e14d58 Reflect "NO ACTION" as None; support "RESTRICT"
The "NO ACTION" keyword for foreign key "ON UPDATE" is now considered to be
the default cascade for a foreign key on all supporting backends (SQlite,
MySQL, PostgreSQL) and when detected is not included in the reflection
dictionary; this is already the behavior for PostgreSQL and MySQL for all
previous SQLAlchemy versions in any case.   The "RESTRICT" keyword is
positively stored when detected; PostgreSQL does report on this keyword,
and MySQL as of version 8.0 does as well.  On earlier MySQL versions, it is
not reported by the database.

Fixes: #4741
Change-Id: I6becf1f2450605c1991158bb8a04d954dcc7396c
2019-06-26 15:10:53 -04:00
..
2019-02-27 16:01:04 -05:00
2019-06-07 14:50:22 -04:00
2019-06-17 16:25:21 +02:00
2019-06-03 13:10:17 -04:00
2019-01-11 10:06:10 -05:00
2019-05-22 12:46:16 -07:00