You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i.bak "s#'{SQLITE_IMPLEMENTATION_FOLDER_PATH}'#__DIR__.'/plugins/sqlite-database-integration/packages/sqlite-database-integration'#g""$WP_DIR"/src/wp-content/db.php
61
-
sed -i.bak "s#{SQLITE_PLUGIN}#sqlite-database-integration/packages/sqlite-database-integration/load.php#g""$WP_DIR"/src/wp-content/db.php
63
+
sed -i.bak "s#'{SQLITE_IMPLEMENTATION_FOLDER_PATH}'#__DIR__.'/plugins/sqlite-database-integration'#g""$WP_DIR"/src/wp-content/db.php
64
+
sed -i.bak "s#{SQLITE_PLUGIN}#sqlite-database-integration/load.php#g""$WP_DIR"/src/wp-content/db.php
62
65
63
66
# 5. Rewrite helper class WpdbExposedMethodsForTesting to extend WP_SQLite_DB.
64
67
echo"Rewriting helper class 'WpdbExposedMethodsForTesting' to extend WP_SQLite_DB..."
0 commit comments