#1990: [patch] Oracle support in latest trunk
------------------------------+---------------------------------------------
Reporter: tzellman | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone: Version 0.92
Component: Database wrapper | Version: SVN
Severity: normal | Resolution:
Keywords: ORACLE |
------------------------------+---------------------------------------------
Comment (by pk11):
hello,
could you post the actual query?
also, you can try to remove this
# set oracle date to ansi date format
cursor = self.connection.cursor()
cursor.execute("alter session set nls_date_format = 'YYYY-MM-DD
HH24:MI:SS'")
cursor.close()
from oracle's base.py and see what happens (i needed because our standard
date format is not the ansi one).
pk11
--
Ticket URL: <http://code.djangoproject.com/ticket/1990>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---