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
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