#1990: [patch] Oracle support in latest trunk
------------------------------+---------------------------------------------
 Reporter:  tzellman          |        Owner:  adrian      
     Type:  defect            |       Status:  new         
 Priority:  normal            |    Milestone:  Version 0.92
Component:  Database wrapper  |      Version:  SVN         
 Severity:  normal            |   Resolution:              
 Keywords:  ORACLE            |  
------------------------------+---------------------------------------------
Comment (by pk):

 i discovered 4 problems so far:
 
 - triggers were not created for m2m tables
 
 - 'add constraint' can be too large for oracle
 
 - some statements did not get executed because of the statement closing
 ';' at syncdb
 
 - the NULL vs. empty fix was not copied over from jason's original ticket
 (oracle treats an empty string as null)
 
 
 
 some stuff that i needed:
 
 - i set "alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS'" to
 get default ansi date format
 
 - i catch and print db related exceptions at syncdb rather than
 terminating the process
 
 
 
 
 if the patch owner wants to take a look, i can email my solution.
 
 pk

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

Reply via email to