Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a8f7513c
Commit
a8f7513c
authored
Mar 10, 2007
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix POD to fix burning tree from checkin of bug 347439.
parent
3bc6ea42
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
Schema.pm
Bugzilla/DB/Schema.pm
+9
-3
No files found.
Bugzilla/DB/Schema.pm
View file @
a8f7513c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment