Forums

 
ForumForumMainstream Foru...Mainstream Foru...BugsBugsSQL appearing at the bottom of every pageSQL appearing at the bottom of every page
Previous Previous
 
Next Next
New Post
 10/3/2008 3:25 AM
 

Every page such as leads is showing SQL statements at the bottom, how can I stop this? 

I imagine this may be helpful for debugging and there must be a setting somewhere to turn this off

As an example this appear under the mass update screen

select NAME
     , ID
     , ASSIGNED_USER_ID
     , STATUS
     , ACCOUNT_NAME
     , EMAIL1
     , PHONE_WORK
     , TEAM_NAME
     , ASSIGNED_TO
  from vwLEADS_List
 where 1 = 1
 order by NAME asc

 

New Post
 10/3/2008 4:55 PM
 
In order to remove the SQL, you need to recompile the project as a Release build.
New Post
 10/8/2008 3:51 AM
 
Thanks for that. Issues resolved.
New Post
 10/8/2008 12:40 PM
 
Not a problem.  We will likely fix it so that only an administrator sees the SQL code.
New Post
 2/18/2009 6:37 PM
 
This appears to not have been fixed - i.e. all users can see the queries - in the latest/last 2.x release - correct? Is there any other way to resolve other than compiling as a release build?
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...BugsBugsSQL appearing at the bottom of every pageSQL appearing at the bottom of every page