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
To make this work in SQLite, I think we can omit the BINARY part. But as I already mentioned in #79, I have no idea whether the SQL parser in this plugin can or should solve this.
Table prefix wp_
Database type SQLite
SQLite version 3.40.1
Database file /var/www/html/wp-content/database/.ht.sqlite
Database size 532 KB
The text was updated successfully, but these errors were encountered:
In a custom query we use the following notation:
Full query:
We use the
BINARY
compare to avoid issues like these:utf8_general_ci
is not valid for CHARACTER SETutf8mb4
for query pronamic/wp-pronamic-pay-mollie#32 (comment)To make this work in SQLite, I think we can omit the
BINARY
part. But as I already mentioned in #79, I have no idea whether the SQL parser in this plugin can or should solve this.The text was updated successfully, but these errors were encountered: