This gives some insight into the subject. I think I have to read a LOT!

http://stackoverflow.com/questions/2821 ... t-involves
After reading that thread, there is no so much hopeRathinagiri wrote:http://stackoverflow.com/questions/2821 ... t-involves
In the script we can add some prefix to the table names and then build the query in the script using the available parameters.var data = Querier({
table: "mytable",
columns: {"column1", "column2", "column3"},
where: {
column2: {
op: '=',
value: 'blablabla'
}
}
limit: "10"
});
Being such a sensitive theme, IMHO, the best way to go, is to keep JMG 'neutral' about this, so the user can make the decision that consider most convenient.Rathinagiri wrote:I think the combo of the two may work out.
<...>
Code: Select all
http://hmgforum.com/viewtopic.php?f=50&t=4677&start=10 OR 1=1
OR
http://hmgforum.com/viewtopic.php?f=50&t=4677&start=10%20OR%201=1