]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reword and update documentation on passive_updates=False; as virtually
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 19:56:00 +0000 (15:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 19:56:00 +0000 (15:56 -0400)
commitd459afa8dbf73b8d9d620d09dede97e3461b6b3f
tree510300c62a2d364f152a76dc0283d97829818039
parent410be197ef5df234205b35f0d318b106a34e7f92
- reword and update documentation on passive_updates=False; as virtually
all DBs now support ON UPDATE CASCADE other than Oracle, there's no need
to try to reimplement more functionality here and users should be encouraged
to forego natural PKs unless their target platform supports them.
references #2666
doc/build/orm/relationship_persistence.rst
lib/sqlalchemy/orm/relationships.py