* Matthieu Monrocq: > If a method requires a SQL-safe string... ah no, don't do that, use > bind-parameters and you are guaranteed to be sql-injection safe.
Sometimes, SQL queries (with parameter placeholders) are loaded from configuration files, and such operations look unsafe from the point of view of most (reasonable) type systems. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
