Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dba_key_splitの変更履歴を追加 #155

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion reference/dba/functions/dba-key-split.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: takagi Status: ready -->
<!-- EN-Revision: d34561113baaf49e9d0539c46511242941ea5a7b Maintainer: takagi Status: ready -->
<refentry xml:id="function.dba-key-split" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>dba_key_split</refname>
Expand Down Expand Up @@ -43,6 +43,30 @@
この関数は &false; を返します。
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<parameter>key</parameter> に &null; または
&false; を渡すことは、非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down