#279: tg-admin sql create leads to postgres sql in wrong order
--------------------------------------------------------------+-------------
 Reporter:  florian                                           |        Owner:  
anonymous
     Type:  defect                                            |       Status:  
closed   
 Priority:  normal                                            |    Milestone:   
        
Component:  SQLObject                                         |      Version:   
        
 Severity:  normal                                            |   Resolution:  
fixed    
 Keywords:  postgres mysql sqlobject sql create order failed  |  
--------------------------------------------------------------+-------------
Changes (by jorge.vargas):

  * version:  0.9a6 =>
  * milestone:  0.8 =>
  * keywords:  postgres sql create order => postgres mysql sqlobject sql
               create order failed

Comment:

 just as a note

 soClasses MUST be order alphabetically in a proper python way

 that is
 prevItem = "anythin"
 for item in soClasses:
  prevItem = item
  assert prevItem < item

 umm that was complicated for ones words are better then python :)

 for each item in the list it must be smaller ('<') then the previous one.

 ----
 note on properties
 taken away the version specific since this is still present in sqlobject
 and still giving people problems

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/279>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to