Hi,

On 27 Юли, 23:27, Paul Johnston <[EMAIL PROTECTED]> wrote:
> Hi,
>
> >type. Do you have some idea how to preserve entire boolean semantics
> >in mssql?
>
> I've not tried this but perhaps comparing to 1 does the trick, e.g.
> instead of "a and not b" do "(a = 1) and not (b = 1)"

yes, thanks. this works.
anyway this seems like bug to me as this will create database-
dependence (also AND and OR not working too in MSSQL). i'll try to
prepare some general patch to this and send back here (if someone
didnot outrun me).

regards,
stefan

>
> Paul


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to