From 814b86291bcbdd7ea4b79d9403c968f9691f0bdf Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 25 May 2009 15:09:33 +0000 Subject: [PATCH] Fixed some _bad_ typos in ChangeLog.txt. --- ChangeLog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f1c3538..e793735 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,7 +3,7 @@ LiteMySQL 1.1.2 Date: 25-May-2009 - Using $sql->columns to get the list of - table columns should now always works. + table columns should now always work. - Added an increment() method to easily bump a column's integer value up by 1, @@ -17,7 +17,7 @@ LiteMySQL 1.1.1 Date: 25-May-2009 - Changed the find_all() method now - returns null instead of false if now + returns null instead of false if no rows are returned. This is so that you can run the result through count(), which evals false to 1, and null to 0.