I am not quite sure yet about this description, but that seems to be what
I get from tests.
I suspect this can be worked-around by changing the alter-column command
which removes the default to also redefine the type. I am not sure
supporting one specific, superseded, Oracle version, is worth the hassle.
The point going for it is that this is the (Oracle 11) version one can
download from Oracle for free, and so this is the version we are trying to
use for our CI (and others may want to do the same).
--
Ticket URL: <https://code.djangoproject.com/ticket/23073>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* version: master => 1.7-rc-1
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
The "Developer Days VM" described in OracleTestSetup includes 11.2.0.2.0
which doesn't have the problem.
--
Ticket URL: <https://code.djangoproject.com/ticket/23073#comment:1>
Comment (by timo):
#22738 notes the value returned for some other backends also vary. Perhaps
the fix could be generalized to address that as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/23073#comment:2>
* status: new => closed
* resolution: => wontfix
Comment:
I tried.
By my understanding now, and also by
[http://stackoverflow.com/questions/8481532/how-do-i-remove-the-default-
value-from-a-column-in-oracle this] !StackOverflow question (second
answer), the only way to really fix this is to use a Sqlite-backend-style
table-recreation for adding columns. With all due respect to Continuous
Integration, we are not going to do '''that''' to work around an Oracle
bug that has already been fixed.
I'm going to just disable the failing test on the specific Oracle server
version.
--
Ticket URL: <https://code.djangoproject.com/ticket/23073#comment:3>
Comment (by Shai Berger <shai@…>):
In [changeset:"56252e7f46afce36fd112971c28188a3fd509a43"]:
{{{
#!CommitTicketReference repository=""
revision="56252e7f46afce36fd112971c28188a3fd509a43"
Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's
CI.
Refs #23073 Workaround.
Refs #22738 Repeats the mysql "offense". When the issue is solved, the
Oracle special case should be made to play with the solution (that is,
Oracle should be fixed the same way that mysql and the 3rd-party backneds
are).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23073#comment:4>
Comment (by Shai Berger <shai@…>):
In [changeset:"588f66d18235762f8e0f96200c88bc4ba6c1c579"]:
{{{
#!CommitTicketReference repository=""
revision="588f66d18235762f8e0f96200c88bc4ba6c1c579"
[1.7.x] Fixed schema test for Oracle 11.2.0.1 which is used in Django
Project's CI.
Refs #23073 Workaround.
Refs #22738 Repeats the mysql "offense". When the issue is solved, the
Oracle special case should be made to play with the solution (that is,
Oracle should be fixed the same way that mysql and the 3rd-party backneds
are).
Backport of 56252e7 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23073#comment:5>