From 119eb8573e57667766d756a9a25d6f61d5c19eba Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Wed, 22 Apr 2009 09:34:40 +0000 Subject: [PATCH] Adding some of the remaining to do items --- lib/DBD/SQLite.pm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 1d86102..9f69acc 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -795,6 +795,23 @@ The memory usage of SQLite can also be tuned using the cache_size pragma. The above will allocate 800M for DB cache; the default is 2M. Your sweet spot probably lies somewhere in between. +=head1 TO DO + +The following items remain to be done. + +=head2 Warnings Upgrade + +We currently use a horridly hacky method to issue and suppress warnings. +It suffices for now, but just barely. + +Migrate all of the warning code to use the recommended DBI warnings. + +=head2 Leak Detection + +Implement one or more leak detection tests that only run during +AUTOMATED_TESTING and RELEASE_TESTING and validate that none of the C +code we work with leaks. + =head1 SUPPORT Bugs should be reported via the CPAN bug tracker at