[sqlalchemy] Booleans not converted to integers on pymssql

2010-11-15 Thread Bertrand Janin
Hello all, Here is what I have: table = Table("contract", metadata, ... Column("is_awesome", Boolean), ... ) mapper(Contract, table, properties={ ... "is_awesome": table.c.is_awesome, ... }) When using "mssql+pymssql", if I set the

[sqlalchemy] #1952 mssql+pymssql and host:port in connect URL

2010-10-23 Thread Bertrand Janin
Hey all, I'm not sure about the process to submit a patch, so I created a ticket: http://www.sqlalchemy.org/trac/ticket/1952 Is there any reason why we would keep the current behavior of ignoring the :port number for mssql+pymssql? Bertrand -- You received this message because you are sub