wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

Allow for BIGINTs in esc_sql_value(). #63

Closed gitlost closed 6 years ago

gitlost commented 6 years ago

Related https://github.com/wp-cli/search-replace-command/pull/59 and https://github.com/wp-cli/search-replace-command/issues/58

Allows for BIGINTs in esc_sql_value() which are > PHP_INT_MAX.