> It looks like Torque's LargeSelect does not use prepared statements in
> its queries.  Is there a way to make it do that?

You would have to modify the Torque code.

The problem with using prepared statements is that the Code for creating
prepared statements and the code which produces "normal" selects is
different, and can produce different outcome for more complicated queries.
So with the current code base, having a "switch" is a bad idea because
queries could behave differently.

    Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to