Changes between Initial Version and Version 1 of Ticket #28274


Ignore:
Timestamp:
Jun 6, 2017, 5:32:35 AM (7 years ago)
Author:
Adama Camara
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28274 – Description

    initial v1  
    55params = [(1, 2, 3, 4), '2016-12-08']
    66
    7     def execute(self, query, params=None):
     7   def execute(self, query, params=None):
    88        if params is None:
    99            return Database.Cursor.execute(self, query)
Back to Top