Two minor changes. Version bumped to 1.1.

This commit is contained in:
2009-05-25 10:06:49 +00:00
parent 323cd4de76
commit a39dd45790
2 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
LiteMySQL 1.1.1
-----------------------------------
Date: 25-May-2009
- Changed the find_all() method now
returns null instead of false if now
rows are returned. This is so that you
can run the result through count(), which
evals false to 1, and null to 0.
- Changed the count() method to return
an integer with the count value rather
than a string.
-----------------------------------
LiteMySQL 1.1
-----------------------------------
Date: 21-May-2009