#30865: Document that some DATABASES['OPTIONS'] are not passed to dbshell
database
shell.
-------------------------------------+-------------------------------------
Reporter: Simon Charette | Owner: Farhaan
Type: | Bukhsh
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: dbshell database | Triage Stage: Accepted
options |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Simon Charette):
The MySQL server we were connecting to doesn't default to `READ COMMITTED`
hence why we used `DATABASES['OPTIONS']['isolation_level'] = 'read
committed'` to make sure connections managed by Django have their
isolation level set to the right value.
This option is ignored by `dbshell` which is the reason for this ticket's
existence.
--
Ticket URL: <https://code.djangoproject.com/ticket/30865#comment:9>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.0123fe052004680f74fad9cb50b47a09%40djangoproject.com.