runSql(php: UniversalPHP, args: Omit<RunSqlStep<File>, step>, progressArgs?: StepProgress): any
Run one or more SQL queries.
This step uses WP_MySQL_Naive_Query_Stream to parse and execute SQL queries using
streaming semantics. It supports multiline queries, comments, and queries
separated by semicolons. Each query is executed using $wpdb. This step assumes
a presence of the sqlite-database-integration plugin that ships the required
query tokenizer classes.
Run one or more SQL queries.
This step uses WP_MySQL_Naive_Query_Stream to parse and execute SQL queries using streaming semantics. It supports multiline queries, comments, and queries separated by semicolons. Each query is executed using
$wpdb. This step assumes a presence of thesqlite-database-integrationplugin that ships the required query tokenizer classes.