Hi,

I'm having a couple of issues with latest svn version of TG:

 - the catwalk started from toolbox finds a freshly created project only if 
this has been installed as an egg(-link) beforehand. While this is totally 
acceptable, I'd consider it cool to have a traceback that mentions this.

 - creating designer models lacks an 

"""
from sqlobject.inheritance import InheritableSQLObject
"""

in the template code. That makes subsequent steps fail that rely on the model 
file working

 - when creating joins, an unnecessary dbName-attribute is generated. I'm not 
sure if that is my failure (I provided it), but then - I think I should have 
been warned.. :)

 - saving a session in the designer fails, as unicode-objects don't support 
translate with replace. Thus a encode/decode-cycle has to be performed.

 - no soClasses is generated - making generation of the tables impossible when 
more complicated models are used. I assume reordering the classes in the 
designer will fix this - yet computers are inherently better in calculation 
partial orderings, maybe some automatism could be created?

These few issues aside: TG just rocks. I'm looking forward to dive into it 
deeper!

Regards,

Diez

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

Reply via email to