Common:SQL Safety Note

From LongJump Support Wiki
Revision as of 00:14, 2 December 2011 by imported>Aeric (Created page with "{{Note|When you make a SQL query, you are not querying the platform database directly. Rather, you are querying a role-permissions restricted ''view'' of the database, so the rec…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notepad.png

Note: When you make a SQL query, you are not querying the platform database directly. Rather, you are querying a role-permissions restricted view of the database, so the records and fields you can see using SQL are the same as those you see when using the GUI. In addition, SQL injections are expressly disallowed, so the database view remains intact.