Maurits van der Schee
Maurits van der Schee
Wow.. that is great! will (try to) grow the community around it in the upcoming months.
Yes, because this means I need to re-scrape this years data.. this is a limitation of the matching algorithm. I might do that by the end of the year.
I will leave this ticket open, as I have to do this again by the end of 2021
> in the dbAuth middleware, do you think it would be possible to add the email verification and password reset process? Certainly possible and an important feature, but quite a...
Hi Adam, thank you for creating this issue. You touch upon a very good point here. I think you could have a "user" table and a "customer" table (with the...
@apps-caraga Are you wiling to do a PR that provides this functionality and mitigates the SQL injection risk?
A regex that filters non-alpha is: $clean = preg_replace('/[^a-z0-9]/','',$dirty); See: https://regexr.com/ NB: I think sanitizing is not the way to prevent injection. Proper escaping will prevent injection.
> Just to verify, does any of these performs proper escaping? Yes, `createSingle()` is safe to use.
>Is it possible to create a database from this script? No, but it is not a bad idea. I'll register it as a feature request. This might be added (at...
>Do you think that is a viable solution? Sure it is.. :+1: