Author: REHSACK
Date: Mon May 24 10:48:26 2010
New Revision: 14028

Modified:
   dbi/trunk/lib/DBI/SQL/Nano.pm

Log:
fix placeholders for multiple rows insertion

Modified: dbi/trunk/lib/DBI/SQL/Nano.pm
==============================================================================
--- dbi/trunk/lib/DBI/SQL/Nano.pm       (original)
+++ dbi/trunk/lib/DBI/SQL/Nano.pm       Mon May 24 10:48:26 2010
@@ -933,7 +933,7 @@
 (SQL::Statement uses a precompiled evaluation).
 
 INSERT can handle only one row per statement. To insert multiple rows,
-use parameters as explained in DBI.
+use placeholders as explained in DBI.
 
 The parser of DBI::SQL::Nano is very limited and support no extras as
 brackets, comments, functions, aggregations etc.

Reply via email to