Author: REHSACK Date: Thu Dec 20 03:15:34 2012 New Revision: 15533 Modified: dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm Log: some POD corrections Modified: dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm ============================================================================== --- dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm (original) +++ dbi/branches/sqlengine/lib/DBI/DBD/SqlEngine.pm Thu Dec 20 03:15:34 2012 @@ -2087,13 +2087,14 @@ =head1 SQL ENGINES -DBD::File currently supports two SQL engines: L<SQL::Statement|SQL::Statement> -and L<DBI::SQL::Nano::Statement_|DBI::SQL::Nano>. DBI::SQL::Nano supports a +DBI::DBD::SqlEngine currently supports two SQL engines: +L<SQL::Statement|SQL::Statement> and +L<DBI::SQL::Nano::Statement_|DBI::SQL::Nano>. DBI::SQL::Nano supports a I<very> limited subset of SQL statements, but it might be faster for some very simple tasks. SQL::Statement in contrast supports a much larger subset of ANSI SQL. -To use SQL::Statement, you need at least version 1.28 of +To use SQL::Statement, you need at least version 1.401 of SQL::Statement and the environment variable C<DBI_SQL_NANO> must not be set to a true value.