File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1919,6 +1919,34 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
1919
1919
</entry >
1920
1920
</row >'>
1921
1921
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
+
1922
1950
<!ENTITY odbc.changelog.result-param '<row xmlns =" http://docbook.org/ns/docbook" >
1923
1951
<entry >8.4.0</entry >
1924
1952
<entry >
You can’t perform that action at this time.
0 commit comments