<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/dbshell/test_postgresql.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-02-23T06:49:43Z</updated>
<entry>
<title>Simplified using DATABASES["OPTIONS"].</title>
<updated>2024-02-23T06:49:43Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2024-02-23T06:44:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50e95ad5367a4a93f94a66a645f9c126f0609f0a'/>
<id>urn:sha1:50e95ad5367a4a93f94a66a645f9c126f0609f0a</id>
<content type='text'>
DATABASES["OPTIONS"] are always configured.
</content>
</entry>
<entry>
<title>Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.</title>
<updated>2022-07-18T04:30:20Z</updated>
<author>
<name>Jarrett Keifer</name>
<email>jkeifer@users.noreply.github.com</email>
</author>
<published>2022-07-18T04:30:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3e3e8141662c70d74d3aaef9d4b053c9636ea0d7'/>
<id>urn:sha1:3e3e8141662c70d74d3aaef9d4b053c9636ea0d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL.</title>
<updated>2021-04-27T08:43:35Z</updated>
<author>
<name>Konstantin Alekseev</name>
<email>mail@kalekseev.com</email>
</author>
<published>2021-04-26T12:19:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e742dabc95b00ba896434293556adeb4dbaee8a'/>
<id>urn:sha1:6e742dabc95b00ba896434293556adeb4dbaee8a</id>
<content type='text'>
Regression in bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3.
</content>
</entry>
<entry>
<title>Fixed #32456 -- Added dbshell support for specifying a password file on PostgreSQL.</title>
<updated>2021-03-01T08:33:49Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-02-24T16:16:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8380fe08a025bd41b242c545f7c1b4f333274cbc'/>
<id>urn:sha1:8380fe08a025bd41b242c545f7c1b4f333274cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32292 -- Made dbshell do not use 'postgres' database when service name is set.</title>
<updated>2021-02-26T19:53:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-02-26T19:53:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8908846444156eeae88be70332f96759cfce7740'/>
<id>urn:sha1:8908846444156eeae88be70332f96759cfce7740</id>
<content type='text'>
Regression in dcb3ad3319cad5c270a1856fd5f355e37cf9d474.</content>
</entry>
<entry>
<title>Fixed #32292 -- Added support for connection by service name to PostgreSQL.</title>
<updated>2021-01-20T16:30:37Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-12-23T22:39:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dcb3ad3319cad5c270a1856fd5f355e37cf9d474'/>
<id>urn:sha1:dcb3ad3319cad5c270a1856fd5f355e37cf9d474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows.</title>
<updated>2020-11-03T10:38:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-11-03T10:38:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=009fddc96b88a9aee1232d6a2637f2970fdcfb50'/>
<id>urn:sha1:009fddc96b88a9aee1232d6a2637f2970fdcfb50</id>
<content type='text'>
When env is passed to subprocess.run() we should pass all existing
environment variables. This fixes crash on Windows:

Fatal Python error: failed to get random numbers to initialize Python

Fatal Python error: _Py_HashRandomization_Init: failed to get random
numbers to initialize Python
Python runtime state: preinitialized</content>
</entry>
<entry>
<title>Refs #32061 -- Added test for dbshell password leak on PostgreSQL.</title>
<updated>2020-10-30T09:12:47Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2020-10-04T22:27:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eb25fdb620f9fc3e2bcde916f9db2c06f53a3cd7'/>
<id>urn:sha1:eb25fdb620f9fc3e2bcde916f9db2c06f53a3cd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32061 -- Unified DatabaseClient.runshell() in db backends.</title>
<updated>2020-10-29T21:22:58Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2020-10-04T22:25:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3'/>
<id>urn:sha1:bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3</id>
<content type='text'>
</content>
</entry>
</feed>
