[svn:dbi] r14995 - dbi/trunk/ex

[email protected] Sun, 13 Nov 2011 04:26:56 -0800 (PST)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: mjevans
Date: Sun Nov 13 04:26:49 2011
New Revision: 14995

Modified:
   dbi/trunk/ex/unicode_test.pl

Log:
add TODO

Modified: dbi/trunk/ex/unicode_test.pl
==============================================================================
--- dbi/trunk/ex/unicode_test.pl	(original)
+++ dbi/trunk/ex/unicode_test.pl	Sun Nov 13 04:26:49 2011
@@ -10,6 +10,8 @@
 # NOTE: will attempt to create tables called fred and
 #       fredĀ (LATIN CAPITAL LETTER A WITH MACRON)
 #
+# TODO: use identifier_quote for table/column names - it is safer
+#
 # NOTE: there are multiple ways of doing named parameter markers in DBDs.
 # some do:
 #   insert into sometable (a_column) values(:fred);