Hi Pierro, About the polymodel, I think that it may have an equivalence in SQL. I know pgsql has inheritance feature for its tables. http://www.postgresql.org/docs/8.1/static/ddl-inherit.html Would it be similar to polymodel?
On Sep 3, 2:07 am, mdipierro <mdipie...@cs.depaul.edu> wrote: > I agree thatpolymodelwould be trivial. We would only need to decide > how to pass parameters to db.define_table to determine if a table is > apolymodelor extends an existing one. This would not have an > equivalent in SQL. >