Re: Django ignoring Create_DB setting on test

2019-02-18 Thread Carl Marshall
I'll note that "CREATE_DB" is slightly misleading, and would be more accurately called "CREATE_SEPARATE_TEST_DB_IN_ORACLE". The error I'm getting is somewhat misleading also as there's nothing wrong with the ALWAYS keyword, the problem is that the test script is trying to create a table in a da

Django ignoring Create_DB setting on test

2019-02-18 Thread Carl Marshall
Hi all, I think I've found a bug here - or certainly I have some behaviour that I don't expect and don't want. My django (2.1.7) project is providing a query/read interface to some existing legacy databases. These are Oracle based (and that brings its own challenges, as they're not current Ora