Skip to content

Commit 7d92630

Browse files
committed
WIP language-snippets.ent: スキップされていた c39225b6dd23f358824f44f5b8c733517b11830b を取り込み
1 parent cc4c595 commit 7d92630

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

language-snippets.ent

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,34 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
19191919
</entry>
19201920
</row>'>
19211921

1922+
!!!
1923+
<!ENTITY odbc.changelog.credential-params '<row xmlns="http://docbook.org/ns/docbook">
1924+
<entry>8.4.0</entry>
1925+
<entry>
1926+
<parameter>user</parameter> and <parameter>password</parameter> are now nullable,
1927+
they are now also optional and default to &null;.
1928+
</entry>
1929+
</row>
1930+
<row xmlns="http://docbook.org/ns/docbook">
1931+
<entry>8.4.0</entry>
1932+
<entry>
1933+
Previously, using an empty string for <parameter>password</parameter> would not include
1934+
<literal>pwd</literal> in the generated connection string for <parameter>dsn</parameter>.
1935+
It is now generated to include a <literal>pwd</literal> which has an empty string as its value.
1936+
To restore the previous behaviour <parameter>password</parameter> can now be set to &null;.
1937+
</entry>
1938+
</row>
1939+
<row xmlns="http://docbook.org/ns/docbook">
1940+
<entry>8.4.0</entry>
1941+
<entry>
1942+
Previously, if <parameter>dsn</parameter> contained <literal>uid</literal> or <literal>pwd</literal>
1943+
both <parameter>user</parameter> and <parameter>password</parameter> parameters were ignored.
1944+
Now <parameter>user</parameter> is only ignored if <parameter>dsn</parameter> contains
1945+
<literal>uid</literal>, and <parameter>password</parameter> is only ignored if
1946+
<parameter>dsn</parameter> contains <literal>pwd</literal>.
1947+
</entry>
1948+
</row>'>
1949+
19221950
<!ENTITY odbc.changelog.result-param '<row xmlns="http://docbook.org/ns/docbook">
19231951
<entry>8.4.0</entry>
19241952
<entry>

0 commit comments

Comments
 (0)