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