Exemplo n.º 1
0
 def update(self, table, update_dict, where_dict={}, callback=None):
     sql = MySQL.construct_update(table, update_dict, where_dict)
     return (sql, )