So I looked into it again. It seems BasicBinder is used for numeric parameter (but not include limit or offset currently), whileas BasicExtractor is used for named parameter. So in the above example, only BasicBinder is relevant and it only shows the value for mytable_.mycol, the second numeric parameter is excluded again. So still the same issue. |