develooper Front page | perl.dbi.changes | Postings from December 2012

[svn:dbi] r15533 - dbi/branches/sqlengine/lib/DBI/DBD

From:
REHSACK
Date:
December 20, 2012 11:15
Subject:
[svn:dbi] r15533 - dbi/branches/sqlengine/lib/DBI/DBD
Message ID:
20121220111536.77281184BB2@xx12.develooper.com
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.
 



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About