[Sqlalchemy-tickets] Issue #3624: Dtaepart on MSSQL engine (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Guillaume D. <iss...@bi...> - 2016-01-12 04:35:49
|
New issue 3624: Dtaepart on MSSQL engine https://bitbucket.org/zzzeek/sqlalchemy/issues/3624/dtaepart-on-mssql-engine Guillaume DOUMENC: Using mssql+pyodbc and extract expression, I get : [FreeTDS][SQL Server]Invalid parameter 1 specified for datepart. The reason is that first parameter don't need quotes. MMSQL ref : https://technet.microsoft.com/en-us/library/aa258265%28v=sql.80%29.aspx I will provide a pull for fixing it |