summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authormikl <>2008-10-16 13:51:11 +0000
committermikl <>2008-10-16 13:51:11 +0000
commit6fea677ad180adce8e0b430cf52632e92ee5d3ab (patch)
tree6c3ad303761a6a3b9acfa7b0c96288b66821e2f1 /UPGRADE
parentf13aa5583318d2e70723c6f5b05af01b3e0bc8ed (diff)
Fixed #882 (Escaping # and $ in SqlMap)
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 55d8e3d5..ecb5225b 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -23,6 +23,9 @@ Upgrading from v3.1.2
See http://wiki.moxiecode.com/index.php/TinyMCE:Migration_guide for more information.
- If you use EnableStateEncryption, the PageState of your current user sessions
will no longer be valid, since we optimized the encryption/compression logic.
+- You can now use # and $ characters in your SQL statements with SQLMap by
+ escaping them as ## and $$. That induces that you can't have consecutive
+ parameters like #param1##param2# or $param1$$param2$ in your statements anymore.
Upgrading from v3.1.1