WordPress / sqlite-database-integration

Feature Plugin to add SQLite support to WordPress. Under Development.
GNU General Public License v2.0
202 stars 30 forks source link

Support SHOW GRANTS FOR #87

Closed adamziel closed 2 months ago

adamziel commented 2 months ago

A naive implementation of SHOW GRANTS FOR

It returns all the privileges one can have and assumes a root user.

https://dev.mysql.com/doc/refman/8.0/en/show-grants.html

Testing instructions:

./vendor/bin/phpunit -c ./phpunit.xml.dist --filter testShowGrants