#21454: Ignoring certain fields on INSERT and UPDATE queries
-------------------------------------+-------------------------------------
     Reporter:  mpessas              |                    Owner:  mpessas
         Type:  New feature          |                   Status:  assigned
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  oracle               |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by shai):

 I made some comments on the PR (I don't think it is properly linked here
 -- https://github.com/django/django/pull/2149 -- now it is). Additionally,
 I added a commit on a branch based on yours that makes Oracle pass all the
 model_fields and model_forms tests, at
 https://github.com/shaib/django/tree/auto_fields (sorry, I don't have time
 right now to run the full suite. Maybe later today).

 W.r.t to the tests failing because Oracle returns null strings as empty, I
 just changed the relevant `assertIsNone` calls to `assertFalse`. Hope that
 is ok too.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21454#comment:16>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f179451e47cbd0ac61e4c6d3115fc338%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to