Ticket #10 (accepted enhancement)

Opened 6 years ago

Last modified 4 years ago

Implement concrete-table polymorphic inheritance

Reported by: guest Owned by: ged
Priority: normal Milestone: 0.8
Component: core Version:
Keywords: polymorphic inheritance Cc:

Description

Hello, for greater projects some people needs the polymorphic inheritance working properly. It would be very usefull if Elixir implement it. thank you.

Attachments

test_concrete_sa.py (2.9 kB) - added by ged 4 years ago.
SA translation of the corresponding test in tests/test_inherit.py

Change History

Changed 6 years ago by ged

  • owner set to ged
  • status changed from new to accepted
  • summary changed from Implement polymorphic inheritance to Implement concrete-table polymorphic inheritance

Polymorphic inheritance is already implemented in trunk (upcoming version 0.4) for singletable and multi-table (aka joined table) inheritances.

Changed 6 years ago by guest

yes, the concrete-table inheritance is what the people want. thank-you

Changed 5 years ago by ged

  • milestone set to 0.8

Changed 4 years ago by ged

SA translation of the corresponding test in tests/test_inherit.py

Changed 4 years ago by ged

Note to others: polymorphic concrete inheritance is still (as of today, ie SA 0.5rc4) unstable/not very much tested/not recommended for production use in SQLAlchemy itself.

Changed 4 years ago by guest

I have raised a ticket related to this. #86.

Note: See TracTickets for help on using tickets.