|
From: Luis R. G. C. <lrg...@in...> - 2003-12-18 18:08:06
|
On Thu, Dec 18, 2003 at 09:41:42AM -0800, Diane Trout wrote: > It looks updated now, though I forgot to commit on the removal of > dbAPI.pyt and init.pyt so that will be a little bit longer until > they're gone. OK, I'll just try to update now. > Out of curiosity is there anything else you'd like improved? Tons, of course! But I think I'll just work on what's available first. If I come up with ideas, patches or anything, I'll just be posting here. Just to document a few wishes: - Add Foreign Key declarations on SQL tables. - Change PK to use SERIAL instead of nextval() Should be fairly easy, though this requires a recent PostgreSQL. - Use new style attributes for clases. So we do something like client.name = 'John Doe' print client.name instead of client.getName(), etc. I'll probably work on this. Or maybe I'll use some kind of wrapper around what's available now, specially if there's some reason to stick to the current interface, such as heaps of code using it. - Make it work with many-to-many associations. I've no idea what's needed here, so this is wishfull thinking. -- Rodrigo Gallardo PGP Key ID: ADC9BC28 Fingerprint: 7C81 E60C 442E 8FBC D975 2F49 0199 8318 ADC9 BC28 |