Skip to content

Commit 43c8644

Browse files
Bhanu Prakash Naredlafacebook-github-bot
authored andcommitted
Expunge V2 - Using new dbUtil API
Summary: using new DbUtils Api in expunge fixer ref : D37892943 Differential Revision: D38096685 fbshipit-source-id: 633a44691554990c5c869ac49096ff2d51aa5830
1 parent d2cb1a4 commit 43c8644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squangle/mysql_client/Connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class Connection {
268268
//
269269
// This is provided so that non-Facebook users of the HHVM extension have
270270
// a familiar API.
271-
std::string escapeString(folly::StringPiece unescaped) {
271+
std::string escapeString(folly::StringPiece unescaped) const {
272272
CHECK_THROW(mysql_connection_ != nullptr, db::InvalidConnectionException);
273273
return Query::escapeString<std::string>(
274274
mysql_connection_->mysql(), unescaped);

0 commit comments

Comments
 (0)