> no, 0.4 is almost a total rewrite of 0.3's internals.    Of course its  
> "possible" since its been done, but then youd just be left with...
> 0.4!  Which you can just download.  I'm not sure how extensive your  
> elixir/SA hacks are but the Elixir project has also been improving and  
> updating, so if your application is reasonable you should be able to  
> upgrade and do away with the hacks.   And if youve fixed SQLAlchemy  
> bugs I would certainiy hope that you've posted trac tickets so they've  
> been fixed here as well.   This is all "release early, release often"  
> open source software, all in relatively low version numbers, so coding  
> to a private fork is not generally not a good idea.

yep, has decided to do that, and I will post tickets regarding those
bugs. (just have to merge my elixir with the new elixir as well...)

> If 9xx means...."900", im not exactly sure what you hope to accomplish  
> there....eagerloads shouldnt be used across more than half a dozen  
> tables or so, else the efficiency of the database's optimizer, not to  
> mention the enormous explosion of rows youd get back, will grind any  
> system to a halt.  So a number of like 10 eagerloading attributes is  
> already counterproductive.    For a number in the hundreds I'd think  
> your system would run out of RAM just trying to generate the query,  
> not to mention passing it to the database's query parser, so that  
> sounds a little strange.- Hide quoted text -
>

I am actually pulling back 900 or so fields at the same time, but it's
still way faster than having to dig through the hierarchy of
information and issuing separate select statement for each new aspect
(perhaps because of network configuration)

Anyhow, thanks very much again for the good work :)

> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to