Changes between Version 1 and Version 2 of Ticket #28274


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28274

    • Property Type UncategorizedBug
  • Ticket #28274 – Description

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