On 1/10/06, Rich Bakos <[EMAIL PROTECTED]> wrote:
> The params are being passed in as a format string style (%s), which MS
> SQL chokes on.

Can you clarify exactly what you mean here? What SQL are you getting,
and what are you expecting (or what would work)?

If you feel like having a poke around yourself, the ADO/MSSQL specific
code is in core/db/backends/ado_mssql.py. SQL is constructed in the
function_get_sql_clause, _parse_lookup, and _get_where_clause methods
of core/meta/__init__.py

Yours,
Russ Magee %-)

Reply via email to