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
4e859c3c
Commit
4e859c3c
authored
Jul 29, 2015
by
Simon Green
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1174560 - DBI link in API docs broken.
r=gerv, a=simon
parent
9063f63b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
DB.pm
Bugzilla/DB.pm
+5
-4
No files found.
Bugzilla/DB.pm
View file @
4e859c3c
...
...
@@ -1510,7 +1510,7 @@ __END__
=head1 NAME
Bugzilla::DB - Database access routines, using L<DBI>
Bugzilla::DB - Database access routines, using L<DBI
|https://metacpan.org/pod/DBI
>
=head1 SYNOPSIS
...
...
@@ -1771,7 +1771,7 @@ The constructor should create a DSN from the parameters provided and
then call C<db_new()> method of its super class to create a new
class instance. See L<db_new> description in this module. As per
DBI documentation, all class variables must be prefixed with
"private_". See L<DBI>.
"private_". See L<DBI
|https://metacpan.org/pod/DBI
>.
=back
...
...
@@ -2242,7 +2242,8 @@ These methods return information about data in the database.
Returns the last serial number, usually from a previous INSERT.
Must be executed directly following the relevant INSERT.
This base implementation uses L<DBI/last_insert_id>. If the
This base implementation uses DBI's
L<last_insert_id|https://metacpan.org/pod/DBI#last_insert_id>. If the
DBD supports it, it is the preffered way to obtain the last
serial index. If it is not supported, the DB-specific code
needs to override this function.
...
...
@@ -2692,7 +2693,7 @@ our check for implementation of C<new> by derived class useless.
=head1 SEE ALSO
L<DBI>
L<DBI
|https://metacpan.org/pod/DBI
>
L<Bugzilla::Constants/DB_MODULE>
...
...
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