From 6fea677ad180adce8e0b430cf52632e92ee5d3ab Mon Sep 17 00:00:00 2001 From: mikl <> Date: Thu, 16 Oct 2008 13:51:11 +0000 Subject: Fixed #882 (Escaping # and $ in SqlMap) --- UPGRADE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADE') 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 -- cgit v1.2.3