wp-cli / search-replace-command

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

SQLite Compatibility #190

Open swissspidy opened 9 months ago

swissspidy commented 9 months ago

Related:

The situation is very similar for this command, though everything goes through $wpdb

The SQLite integration plugin is supposed to translate MySQL queries to SQLite, but right now there are a bunch of syntax errors when running tests.

Plus on CI tests seem to hang forever.