8 ms·
> I also believe there are some nice SQL sanitation libraries out there. This is not the right approach. Separating the query structure from the data is the rig
by DCoder 13y ago
> I also believe there are some nice SQL sanitation libraries out there.
This is not the right approach. Separating the query structure from the data is the right way to go - parametrized queries are much safer than sanitization, which is subject to all sorts of encoding headaches.