Update of /cvsroot/openinteract/SPOPS/SPOPS/Key/DBI
In directory usw-pr-cvs1:/tmp/cvs-serv8815/SPOPS/Key/DBI
Modified Files:
HandleField.pm Identity.pm Pool.pm Sequence.pm
Log Message:
lots of cosmetic changes (extra spaces, moving L<blah> to L<blah|blah> format, ...)
Index: HandleField.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Key/DBI/HandleField.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** HandleField.pm 2001/09/26 01:04:42 1.11
--- HandleField.pm 2001/10/11 13:09:26 1.12
***************
*** 119,123 ****
=head1 SEE ALSO
! L<DBD::mysql>, L<DBI>
=head1 COPYRIGHT
--- 119,125 ----
=head1 SEE ALSO
! L<DBD::mysql|DBD::mysql>
!
! L<DBI|DBI>
=head1 COPYRIGHT
Index: Identity.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Key/DBI/Identity.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Identity.pm 2001/09/26 01:04:55 1.11
--- Identity.pm 2001/10/11 13:09:26 1.12
***************
*** 91,95 ****
=head1 SEE ALSO
! L<DBD::Sybase>, L<DBI>
=head1 COPYRIGHT
--- 91,97 ----
=head1 SEE ALSO
! L<DBD::Sybase|DBD::Sybase>
!
! L<DBI|DBI>
=head1 COPYRIGHT
***************
*** 104,108 ****
Chris Winters <ch...@cw...>
! See the L<SPOPS> module for the full author list.
=cut
--- 106,110 ----
Chris Winters <ch...@cw...>
! See the L<SPOPS|SPOPS> module for the full author list.
=cut
Index: Pool.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Key/DBI/Pool.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Pool.pm 2001/09/26 01:04:55 1.10
--- Pool.pm 2001/10/11 13:09:26 1.11
***************
*** 106,113 ****
This module retrieves a value from a pool of key values matched up to
tables. It is not as fast as IDENTITY fields
! (L<SPOPS::Key::DBI::Identity>, auto_incrementing values or sequences,
! but can be portable among databases and, most importantly, works in a
! replicated environment. It also has the benefit of being fairly simple
! to understand.
Currently, the key fetching procedure is implemented via a
--- 106,113 ----
This module retrieves a value from a pool of key values matched up to
tables. It is not as fast as IDENTITY fields
! (L<SPOPS::Key::DBI::Identity|SPOPS::Key::DBI::Identity>,
! auto_incrementing values or sequences, but can be portable among
! databases and, most importantly, works in a replicated environment. It
! also has the benefit of being fairly simple to understand.
Currently, the key fetching procedure is implemented via a
Index: Sequence.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Key/DBI/Sequence.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Sequence.pm 2001/09/26 01:04:55 1.10
--- Sequence.pm 2001/10/11 13:09:26 1.11
***************
*** 112,116 ****
If you need to change this for your database, it should be in a form
! accessible by L<sprintf> so we can plugin the sequence name. For
instance:
--- 112,116 ----
If you need to change this for your database, it should be in a form
! accessible by C<sprintf> so we can plugin the sequence name. For
instance:
***************
*** 149,153 ****
=head1 SEE ALSO
! L<DBI>, PostgreSQL and Oracle databases, both of which have sequences.
=head1 COPYRIGHT
--- 149,153 ----
=head1 SEE ALSO
! L<DBI|DBI>, PostgreSQL and Oracle databases, both of which have sequences.
=head1 COPYRIGHT
|