Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Improved] SQL Views

Information about updates, news, Code Library
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Improved] SQL Views

Unread post by admin »

nuBuilder's database contains 3 SQL views.
  • zzzzsys_object_list
  • zzzzsys_report_data
  • zzzzsys_run_list
In the past, some users have reported that the views disappeared after an update.
When you log in as an administrator, the system now checks for their existence and creates them if they are not there.

Another problem was that, especially with shared hosting, you do not always have the rights to create SQL views. In this case, static tables are created instead of views, which are updated each time the administrator logs in or hits refresh.
Post Reply