Describe your issue or idea
The testing cache is initialized with a MySQL-specific SHOW TABLES
call and a couple db_query()
s to close the tables. This SQL can be refactored into the MySQL database classes.
Steps to reproduce (if reporting a bug)
- Fork the project
- Restore the pgsql database classes
- Try to get the tests to work using pgsql with caching
(Yeah, not exactly an "80% of sites" use case, is it? ;) )
Relevant version/system information (if applicable)
Backdrop 1.8 / Silkscreen 1.7.x
GitHub Issue #:
2888
Recent comments
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access
I also note on this screen: "Furthermore note that content which is not published is treated in a different way by Backdrop: it can be viewed only by its author or users with the...
node access
I am seeing via dpm debug that the nodes that are authored by someone else are not even being interrogated at the view level; they are simply avoiding the hook_node_access call. Yet the...
node access