Manlio Perillo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Here is the code I have: > http://paste.pocoo.org/show/178959/ > > What each plugin do is: > - - add additional columns in the select list > - - add additional where clauses or order_by clauses
I don't see how you are getting column conflicts with that recipe: http://paste.pocoo.org/show/179031/ > > Basically I have a simple table inheritance scheme, where each > additional table "derive" from the `contents` table, > > >> Feel free to look at its implementation and >>> suggest what it is you're looking for. >> > > I think I need to refactor that code. > Each plugin *must not* add columns; instead the columnn to add should be > computed using the util.folded_equivalents if tables are joined. > > So I think that I simply need the util.folded_equivalents function, > thanks. > > > Manlio > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkt6+ukACgkQscQJ24LbaURAtACcC2jVBx4GEc04Yb8Yckbvpve6 > eh4An16RWuv9gwfpfj7Vc4rreXBcSogU > =UsZP > -----END PGP SIGNATURE----- > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sqlalchemy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
