Any chance of creating a table without the ID column? It just doesn't make sense in this case: I have a multicolumn primary key for this table and it seems silly to have a separate ID column which just won't ever get used.

On 23 Jan, 2006, at 1:07 am, Ian Bicking wrote:

Give each class its own name.  You can create classes with dynamic names using the type() builtin.  type(class_name, (SQLObject,), {attrs})


--

Jeff Watkins

http://newburyportion.com/


Democracy n: A country where the newspapers are pro-American.



Reply via email to