Roundup Issue Tracker release 1.1.3

Steve Holden steve at holdenweb.com
Wed Oct 4 08:16:10 EDT 2006


metaperl.etc at gmail.com wrote:
> Richard Jones wrote:
> 
>>I'm proud to release version 1.1.3 of Roundup.
>>five database back-ends (anydbm, sqlite, metakit,
>>mysql and postgresql).
> 
> 
> That ORM is pretty impressive:
> http://roundup.sourceforge.net/doc-1.0/design.html#roundup-database
> 
> I like how easy it is to specify m-to-n relations.
> 
> Is it possible to have a table with a multi-column primary key?
> 
Of course you could redesign your database so the primary keys are all 
IDs, and the former keys become simple columns with a UNIQUE index 
covering them ...

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden




More information about the Python-list mailing list