1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Fixing RT link

This commit is contained in:
Adam Kennedy 2009-03-27 09:36:33 +00:00
parent c4c721cfd9
commit 069c5fd7d6

View file

@ -588,10 +588,11 @@ Which will prevent sqlite from doing fsync's when writing (which
slows down non-transactional writes significantly) at the expense of some
peace of mind. Also try playing with the cache_size pragma.
=head1 BUGS
=head1 SUPPORT
Likely to be many, please use
L<http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite> for reporting bugs.
Bugs should be reported via the CPAN bug tracker at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBD-SQLite>
=head1 AUTHOR