is there any bool(x) construct there?
i guess the sqlcompiler can automaticaly replace any boolean x with 
bool(x), or whatever...

On Friday 27 July 2007 23:27:37 Paul Johnston 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)"
>
> 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