#7860: db backends supports usecs feature in get_db_prep_lookup
------------------------------+---------------------------------------------
Reporter: wgj | Owner: nobody
Status: new | Milestone:
Component: Database wrapper | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 1 |
------------------------------+---------------------------------------------
The supports usecs feature not use in DateTimeField get_db_prep_lookp, so
Datetime lookup will fail use MS SQL Server backend.
For example:
{{{
s = Session.objects.get(
session_key = self.session_key,
expire_date__gt=datetime.datetime.now()
)
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/7860>
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
-~----------~----~----~----~------~----~------~--~---