#986: MySQL database support
----------------------------+-----------------------------------------------
 Reporter:  anonymous       |        Owner:  jonas   
     Type:  enhancement     |       Status:  reopened
 Priority:  high            |    Milestone:  1.0     
Component:  general         |      Version:  devel   
 Severity:  major           |   Resolution:          
 Keywords:  database mysql  |  
----------------------------+-----------------------------------------------
Changes (by cboos):

  * severity:  normal => major
  * priority:  normal => high
  * milestone:  => 1.0
  * keywords:  database => database mysql

Comment:

 That last patch broke the session unit tests for me
 (using pysqlite). Can you have a look?
 {{{
 ERROR: test_add_anonymous_session_var
 (trac.web.tests.session.SessionTestCase)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "D:\Workspace\src\trac\trunk\trac\web\tests\session.py", line 97,
 in test_add_anonymous_session_var
     session.save()
   File "D:\Workspace\src\trac\trunk\trac\web\session.py", line 191, in
 save
     if len(sids) >= 1:
 TypeError: len() of unsized object
 }}}
 (and 8 other similar errors)

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/986>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to