> On Jun 8, 2010, at 5:38 PM, Clovis Fabricio wrote:
> 
>> I'm connecting to mssql server 2000 through pyodbc, via FreeTDS odbc
>> driver, on linux ubuntu 10.04.
>> 
>> Sqlalchemy 0.5 uses DATETIME for sqlalchemy.Date() fields.
>> 
>> Now Sqlalchemy 0.6 uses DATE, but sql server 2000 doesn't have a DATE type.
>> 
>> I'm aware that sqlalchemy 2005 has the DATE type, but sqlalchemy 2000 
>> doesn't.
> 
> according to our source, DATE is only available on 2008, not 2005 or 2000.  
> I'm not 100% sure that is correct.   
> 

Correct. On SQL 2000 and 2005 there was only datetime and smalldatetime.

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to