Files
sqlalchemy/test
Mike Bayer ada1927529 The `deferrable keyword argument on :class:.ForeignKey` and
:class:`.ForeignKeyConstraint` will not render the ``DEFERRABLE`` keyword
on the MySQL dialect.  For a long time we left this in place because
a non-deferrable foreign key would act very differently than a deferrable
one, but some environments just disable FKs on MySQL, so we'll be less
opinionated here. [ticket:2721]
2013-06-03 18:33:20 -04:00
..
2013-05-26 19:47:13 -04:00
2013-05-23 13:02:33 -04:00