diff options
author | mikl <> | 2008-10-16 13:51:11 +0000 |
---|---|---|
committer | mikl <> | 2008-10-16 13:51:11 +0000 |
commit | 6fea677ad180adce8e0b430cf52632e92ee5d3ab (patch) | |
tree | 6c3ad303761a6a3b9acfa7b0c96288b66821e2f1 /UPGRADE | |
parent | f13aa5583318d2e70723c6f5b05af01b3e0bc8ed (diff) |
Fixed #882 (Escaping # and $ in SqlMap)
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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
|