[sqlalchemy] Re: vote for Python - PLEASE!

2007-10-19 Thread Daniel Haus

Looks like you're frighteningly successful. You're right, python could
use much more love, but look at this! Obviously the poll is not
representative anymore, is it...


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: customize table creation

2007-01-10 Thread Daniel Haus

On 9 Jan., 22:59, Jonathan Ellis [EMAIL PROTECTED] wrote:
 You're trying to dynamically add columns to the table in the database,
 or just to the Table instance?

Just to the Table instance, no database tables should exist at that
point.


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] customize table creation

2007-01-09 Thread Daniel Haus

Hi alchemists!

Is there any way to have SA do some custom work before it creates a
table? I tried to subclass Table and override create, which
obviously doesn't work that easily. Any suggestions or ideas?

The background is, I have some objects that dynamically add columns to
the table on demand, which seems to work fine. Now, I need to ensure
that these objects can do their work on table creation. And doing it
manually would be painful...

Thanks in advance
Daniel


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~--~~~~--~~--~--~---



[sqlalchemy] Re: TurboEntity announcement

2006-11-01 Thread Daniel Haus

That's very good news, maybe we can pull together the
best pieces of both approaches? I'd really like to see
your solution.

Daniel


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sqlalchemy
-~--~~~~--~~--~--~---



[sqlalchemy] TurboEntity announcement

2006-10-30 Thread Daniel Haus

TurboEntity is a high-level declarative layer on top of SQLAlchemy,
inspired by - but somewhat thicker than - Jonathan LaCour's
ActiveMapper extension.

Features currently include:
- automatic polymorphic inheritance
- easy specification of relationships
- automatic creation of primary keys
- automatic creation of foreign keys
- automatic creation of secondary tables
- relations can be specified across modules

More information, documentation, examples and baloons for the kids can
be found at http://turboentity.ematia.de/

And here's the blog post. Comments are open!
http://www.danielhaus.de/2006/10/30/announcing-turboentity/

Please let me know what you think about TurboEntity and if you find it
useful.

Greetings,
Daniel


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sqlalchemy
-~--~~~~--~~--~--~---