Hi Vijay,
The risk of SQL injection is eliminated in both cases because MetaModel
ensures the proper quoting of any value. It is not related to whether you
use compiled queries or not.
In the world of relational databases, a "compiled query" translates into a
prepared statement that can be reused
Hi,
According to API document compiled query is for provide optimized execution
speed but if we are using SatisfiedQueryBuilder is there any chances of SQL
injection?
What is advantage of SatistiedQueryBuilder over compiled query?
Regards,
Vijay Kumar J