#1010: Missing tables from tg-admin sql sql
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  anonymous
     Type:  defect                  |       Status:  new      
 Priority:  normal                  |    Milestone:           
Component:  SQLObject               |      Version:  0.9a5    
 Severity:  normal                  |   Resolution:           
 Keywords:                          |  
------------------------------------+---------------------------------------
Comment (by [EMAIL PROTECTED]):

 The problem is caused by a single missing character in main.py line 1392
 in SQLObject 0.8dev-r1814, the line reads as:
 {{{
                 sql = ';\n' + join_sql
 }}}

 when the line should be:
 {{{
                 sql += ';\n' + join_sql
 }}}
 that is, the sql is not being appended to.

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1010>
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