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)
=back
-item B<Returns>
=item B<Returns>
A DDL string suitable for describing a field in a C<CREATE TABLE> or
C<ALTER TABLE> SQL statement
=back
=cut
my $self = shift;
......@@ -1425,8 +1427,12 @@ Protected method. Translates the C<REFERENCES> item of a column into SQL.
=back
Returns: SQL for to define the foreign key, or an empty string
if C<$references> is undefined.
=item B<Returns>
SQL for to define the foreign key, or an empty string if C<$references>
is undefined.
=back
=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