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 /HISTORY | |
parent | f13aa5583318d2e70723c6f5b05af01b3e0bc8ed (diff) |
Fixed #882 (Escaping # and $ in SqlMap)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ ENH: Workaround for slow meta data retrieval in MySQL<5.1.21 (Michael) ENH: Ticket#756 - TDateFormat & TNumberFormat - allow settings default text when Value isn't set. (Carl) ENH: Ticket#823 - PromptText/PromptValue only populated if there is data (Knut) ENH: Ticket#876 - Assign empty string to CssUrl on TTabPanel to avoid loading extra css (GoDZilla, Knut) +ENH: Ticket#882 - Allow to escape # and $ in sqlmap (Michael) ENH: Ticket#890 - Minor optimization: Use $var===null over is_null($var) (Knut) ENH: Ticket#893 - Added page parameter to queryForPagedList() to specify the initial page to load (Michael) ENH: Ticket#896 - TTheme - enhance for subclassing (Knut) |