[svn:dbi] r14996 - dbi/trunk/ex
[email protected] Sun, 13 Nov 2011 04:31:21 -0800 (PST)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: mjevans Date: Sun Nov 13 04:31:21 2011 New Revision: 14996 Modified: dbi/trunk/ex/unicode_test.pl Log: revert last cange, sorry that was really just a test checkin - forgot my svn passwd Modified: dbi/trunk/ex/unicode_test.pl ============================================================================== --- dbi/trunk/ex/unicode_test.pl (original) +++ dbi/trunk/ex/unicode_test.pl Sun Nov 13 04:31:21 2011 @@ -10,8 +10,6 @@ # 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);