On Dec 18, 2007, at 2:46 PM, Justin wrote:

>> Sorry,
>>
>> Database is sqlite. From my understanding sqlite would store the  
>> value
>> as a string.
>>
>> From running the following test it seems that the orignal type of
>> value stored (datetime vs date) is being maintained in sqlite
>> regardless of the Column type:


if you look at the SQL output, youll see its just a small bug, the  
datetime object is getting its "microsecond" part appended to the  
output even though its just a date; this is fixed in r3966.


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