I'm trying to slug a dice, I tried to use the lower and replace to change some characters, my query looks like this:
return Person.query.get(person_id).name.filter(func.lower(func.replace(Person.name, "ç", "c"))
It works, but if I get some...
asked by
29.06.2017 / 00:33