Re: Oracle sequence naming regression - input on approach?

2017-08-12 Thread Adam Johnson
Considering the number of people using Oracle is small, and those using the non-default for use_returning_into should be smaller, and that it sounds like the sequence naming logic doesn't sound super different, and that 1.11 hasn't been out for *that* long, relatively, it sounds like option 1 is

Oracle sequence naming regression - input on approach?

2017-08-09 Thread Kevin Grinberg
Hi folks, I'm looking for input on https://code.djangoproject.com/ticket/28451 Basically, the root of the issue is that a change introduced in 1.11 breaks Oracle sequence names under certain conditions (if you have use_returning_into = False, which is *not* the default). The symptom is that