From 10582daa6c81bd2332a17844f2987bfb19a66cd1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 14 Dec 2007 01:37:38 +0000 Subject: [PATCH] fixed a typo in ChangeLog.txt (i shouldn't be doing this at 4am) --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 83950fe..a7e3fdd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,7 +3,7 @@ LiteMySQL 1.0.1 Date: 14-Dec-2007 - Fixed an issue with conditions building - which didn't properly escapse special + which didn't properly escape special characters, leaving yourself open to remote SQL injection if passing direct user-input into a condition.