In a few strategies it uses ?s or ?n in this library.
|
"CREATE TABLE IF NOT EXISTS ?n ( $args ) CHARACTER SET ?s COLLATE ?s;", |
This is because when I first built this I was making use of SafeMySql to help with the querying, to serve as a sort of drop-in replacement for WPDB.
We need to either explicitly make this package depend on SafeMySql or remove the SafeMySql-specific syntax.
In a few strategies it uses
?sor?nin this library.mysql-db-integration/lib/Strategies/TableCreateStrategy.php
Line 53 in 744138b
This is because when I first built this I was making use of
SafeMySqlto help with the querying, to serve as a sort of drop-in replacement for WPDB.We need to either explicitly make this package depend on SafeMySql or remove the SafeMySql-specific syntax.