TUFLOW Message 2913: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "{{TUFLOW_Message |tuflow_message=ERROR 2913 - Dangerous word found in user SQL: <scary word>. |alt_msg=NA |type=ERROR |message_desc=TUFLOW has encountered a dangerous wor..." |
Ellis Symons (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{TUFLOW_Message |
{{TUFLOW_Message |
||
|tuflow_message=ERROR 2913 - Dangerous word found in user SQL: < |
|tuflow_message=ERROR 2913 - Dangerous word found in user SQL: <flagged word>. |
||
|alt_msg=NA |
|alt_msg=NA |
||
|type=[[ERROR]] |
|type=[[ERROR]] |
||
|message_desc=TUFLOW has encountered a dangerous word (<flagged word>) in the users SQL. This error is flagged when a keyword that TUFLOW deems 'dangerous' is passed into the command "SQLite On Open SQL" command. Words that are deemed dangerous are typically those that look like they are editing the database tables e.g. "DROP", "UPDATE", "TRUNCATE", "REPLACE" etc. This command is intended for editing the database settings using pragma commands and not for editing tables within the database. |
|||
|message_desc=TUFLOW has encountered a dangerous word (<scary word>) in the users SQL. |
|||
<br> |
<br> |
||
Revision as of 23:09, 9 September 2024
TUFLOW Message
ERROR 2913 - Dangerous word found in user SQL: <flagged word>.
Alternate Message
NA
Message Type
ERROR
Description
TUFLOW has encountered a dangerous word (<flagged word>) in the users SQL. This error is flagged when a keyword that TUFLOW deems 'dangerous' is passed into the command "SQLite On Open SQL" command. Words that are deemed dangerous are typically those that look like they are editing the database tables e.g. "DROP", "UPDATE", "TRUNCATE", "REPLACE" etc. This command is intended for editing the database settings using pragma commands and not for editing tables within the database.
Suggestions
Review the SQL
Up |
---|
![]() |