Tagged Questions

2
votes
1answer
765 views

SQLAlchemy declarative concrete autoloaded table inheritance

I've an already existing database and want to access it using SQLAlchemy. Because, the database structure's managed by another piece of code (Django ORM, actually) and I don't want to repeat myself, ...
1
vote
1answer
152 views

Symfony concrete table inheritance problem

I am developing Symfony-Doctrine based application. I used Concrete Table Inheritance strategy.But now I faced with some problems. I have following tables: Product : has some properites Computer : ...