#3418: MSSQL and OverflowError for django/utils/tzinfo.py
---------------------------------------+------------------------------------
   Reporter:  Jaroslaw Zabiello        |                Owner:  adrian          
      
     Status:  new                      |            Component:  Tools           
      
    Version:  SVN                      |           Resolution:                  
      
   Keywords:  mssql datetime overflow  |                Stage:  Design decision 
needed
  Has_patch:  1                        |           Needs_docs:  0               
      
Needs_tests:  0                        |   Needs_better_patch:  1               
      
---------------------------------------+------------------------------------
Comment (by mtredinnick):

 If the problem is that NULLs are stored in the database and then lifted up
 to Python in a way we don't handle, I do not like the proposed solution.
 NULL date/time database values should end up being None values at the
 Python level. Not some random 1970 date.
 
 Or is the problem that the values are stored as 1900 dates?
 
 I don't use Windows or have access to MSSQL, so if somebody with more
 information could fill in some gaps here, that would be great.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3418#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to