support "ON DELETE/UPDATE" in Foreign Key Reflection

Issue #2183 resolved
Former user created an issue

When reflecting a table, a Foreign Key's ON DELETE/UPDATE settings are not picked up.

Based on discussion here:

http://groups.google.com/group/sqlalchemy/browse_thread/thread/6fa4aca51ba5b2d

Comments (6)

  1. Mike Bayer repo owner

    it goes without saying this is not a trivial task as we'd need to figure it out for every database individually...

  2. Log in to comment