Carlos Lage
Carlos Lage
My 2 cents: if the `deps` directory gets moved into `.elixir_ls` the auto-download feature should work without issues so I don't know if it's necessary to get rid of it...
Heya, I unfortunately no longer have the time to maintain this library. If you would like to maintain it, you can fork it and I'll point NPM in your direction...
@abhishekmunie I'll try to take a look at it soonish :smile:
(sorry, I misclicked "close & comment")
PHP has had tons of different vectors of SQL injection attacks before everyone started using prepared statements by default. Escaping is better left for MySQL's engine, rather than trying to...
Some literature on the encoding thing: http://security.stackexchange.com/questions/9908/multibyte-character-exploits-php-mysql http://stackoverflow.com/questions/5741187/sql-injection-that-gets-around-mysql-real-escape-string/12118602#12118602 I'm not a accusing the library of being bad / insecure, but PHP battled with SQL injection problems for many years. The...
Why are you closing this issue? You don't think not supporting prepared statements is an issue? People can still contribute to this issue and discuss it. If you close it,...
I don't think anyone here is demanding that you drop everything and implement prepared statements. But I do feel like the lack of prepared statements is a bigger issue than...
I will try to help as much as I can. What's the game plan? :D