I am able to create a responsive table only on the user table after setting up security. But no other tables work. If I create an identical query but for a different table no data displays. I can easily delete the user query and add another in its place and still wont display data. All settings mirrored from the user table I get working with no issues. Again I am using security so the table links to a security id that is mirrored in the query. I dont want to revert to Dreamweaver due to its simplicity to editing the sql scripts and I am pretty sure this is an issue and not me missing something cause I can put two tables on one page and script identical except for different tables and one has data (users) and others do not. I am at a frustrated level with this since I have restarted the project 4 times. I am not seeing a benefit to wappler at this point in regards to database projects. The backend of a site is still easier to build in DW. Let me know if its a bug or you have to do something special when security is on and using different tables in a database. The steps I have taken
In steps
Add DB Connection
Add Security Provider (Linked)
Add Security Restrictions (ALL Logged IN)
Add Query create select table and rows then in conditions select userid = {{lsl_security.identity}}
On page under App add Server Connection and in action (add the query)
In the content area add the bootstrap4 table populate with query
preview on the user table all the data is shown on any other table nada.
Please help let me know if it needs to be something else
No new and current files. The problem is not the query I can run it in navicat and it will return results. Also it doesn’t work even if I just try to return just the table.
Are you using a MySQL view and what is the MySQL server version?
We’ve seen this issue (which appears to be a MySQL bug) in some specific cases like myslq server version lower than 5.7 and when using views.
If you update your MySQL server to v5.7 the bug is fixed, also if you use normal tables (not views) it should be working fine.
We are trying to find a solution for this specific case.
So with a table it happens again? It doesn’t make sense if it works for a specific table and not for another. Can you make sure it’s not a view?
Also - can you switch to 5.7?