NYHTC / FMLaravel

Laravel friendly wrapper for the FileMaker API for PHP
MIT License
13 stars 20 forks source link

Escaping FM operators #8

Open tschiemer opened 8 years ago

tschiemer commented 8 years ago

Hi Andrew :)

Just wanted to point out, that by default in find queries, where statements respectively no FM operator escaping takes place. I think that's the default behaviour with laravel/eloquent so that might be neglected by a developer or two.. whereby I mean that as default behaviour this could be dangerous..

andrewmile commented 8 years ago

Thanks for pointing that out! I just added this to my list and will look at that during my rewrite.