SQL Injection with SQL connector API plugin

Hi all, I searched for this topic but didn’t get any consistent answers.

Does the SQL connector avoid SQL injection attacks? Let’s say you have a parameter and the end-user adds " ’ OR TRUE", then that SQL condition would be true and cause some issue in the end result.

Yes, parametrized queries are protected from SQL injection.