Changes between Initial Version and Version 9 of Ticket #4243


Ignore:
Timestamp:
Dec 21, 2011, 9:30:22 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4243

    • Property Cc Robert Rossmair added; anonymous removed
  • Ticket #4243 – Description

    initial v9  
    11I've got the TeamCalendarPlugin to work with sqlite3 by changing just one function. I don't use MySQL so I'm not sure if this will work with that too.       
    22
     3{{{
    34def update_timetable(self, tuples):
    45    db = self.env.get_db_cnx()
     
    1415        cursor.execute(sql)
    1516    db.commit()
    16 
     17}}}