On Mar 28, 1:15 pm, "Rick Morrison" <[EMAIL PROTECTED]> wrote:
> Hey Mike, this looks to be related to the parameters-as-ClauseParameters
> instead of Python dict() on a different thread.
you mean the thing i just checked in yesterday ? OK yeah, youve
always been getting a ClauseParameters object, its just it subclassed
"dict". I removed that becuase the API of ClauseParameters was
getting totally muddy and i didnt even understand how it worked
anymore. so now its more explicit fields with their behaviors more
clearly separated. but it still has a __getitem__ and a __contains__
on it and we can put keys() there as well, so what more dictlike
behavior do you need ?
>
> I'm going to need some help or advice beating the MSSQL module into shape
> with the new convention. Where does the positional / non-positional
> specification go? I don't see it in any of the DB modules.
we are usually calling "paramstyle" off the DBAPI itself to figure
that out. that might have to change soon when I address the
ImportError ticket.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---