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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
3f3d5544
Commit
3f3d5544
authored
Jun 20, 2006
by
vladd%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling patch: use the right spelling form for 'overridden'; patch by Vlad…
Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent
a97d48ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Schema.pm
Bugzilla/DB/Schema.pm
+2
-2
No files found.
Bugzilla/DB/Schema.pm
View file @
3f3d5544
...
@@ -1051,7 +1051,7 @@ use constant ABSTRACT_SCHEMA => {
...
@@ -1051,7 +1051,7 @@ use constant ABSTRACT_SCHEMA => {
=head1 METHODS
=head1 METHODS
Note: Methods which can be implemented generically for all DBs are
Note: Methods which can be implemented generically for all DBs are
implemented in this module. If needed, they can be overriden with
implemented in this module. If needed, they can be overrid
d
en with
DB-specific code in a subclass. Methods which are prefixed with C<_>
DB-specific code in a subclass. Methods which are prefixed with C<_>
are considered protected. Subclasses may override these methods, but
are considered protected. Subclasses may override these methods, but
other modules should not invoke these methods directly.
other modules should not invoke these methods directly.
...
@@ -2072,7 +2072,7 @@ The following abstract data types are used:
...
@@ -2072,7 +2072,7 @@ The following abstract data types are used:
Database-specific subclasses should define the implementation for these data
Database-specific subclasses should define the implementation for these data
types as a hash reference stored internally in the schema object as
types as a hash reference stored internally in the schema object as
C<db_specific>. This is typically done in overriden L<_initialize> method.
C<db_specific>. This is typically done in overrid
d
en L<_initialize> method.
The following abstract boolean values should also be defined on a
The following abstract boolean values should also be defined on a
database-specific basis:
database-specific basis:
...
...
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