From cb0c9ac022f8c4112b8309d03261f6ac0f8f365e Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 19 Apr 2005 11:28:02 +0000 Subject: [PATCH] - This is not C++ code --- ext/sqlite/pdo_sqlite2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sqlite/pdo_sqlite2.c b/ext/sqlite/pdo_sqlite2.c index b22167126c..c797dbe8a7 100644 --- a/ext/sqlite/pdo_sqlite2.c +++ b/ext/sqlite/pdo_sqlite2.c @@ -390,7 +390,7 @@ static int sqlite2_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquo ret[len + 3] = '\0'; *quoted = ret; *quotedlen = len + 3; - //fprintf(stderr, "Quoting:%d:%.*s:\n", *quotedlen, *quotedlen, *quoted); + /* fprintf(stderr, "Quoting:%d:%.*s:\n", *quotedlen, *quotedlen, *quoted); */ return 1; } else if (unquotedlen) { ret = sqlite_mprintf("'%q'", unquoted); -- 2.40.0