Commit a8f7513c authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix POD to fix burning tree from checkin of bug 347439.

parent 3bc6ea42
...@@ -1364,11 +1364,13 @@ C<PRIMARYKEY> (optional), C<REFERENCES> (optional) ...@@ -1364,11 +1364,13 @@ C<PRIMARYKEY> (optional), C<REFERENCES> (optional)
=back =back
-item B<Returns> =item B<Returns>
A DDL string suitable for describing a field in a C<CREATE TABLE> or A DDL string suitable for describing a field in a C<CREATE TABLE> or
C<ALTER TABLE> SQL statement C<ALTER TABLE> SQL statement
=back
=cut =cut
my $self = shift; my $self = shift;
...@@ -1425,8 +1427,12 @@ Protected method. Translates the C<REFERENCES> item of a column into SQL. ...@@ -1425,8 +1427,12 @@ Protected method. Translates the C<REFERENCES> item of a column into SQL.
=back =back
Returns: SQL for to define the foreign key, or an empty string =item B<Returns>
if C<$references> is undefined.
SQL for to define the foreign key, or an empty string if C<$references>
is undefined.
=back
=cut =cut
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment