summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-14 16:03:52 +0000
committerSimon Holywell <[email protected]>2012-11-14 16:03:52 +0000
commit318d7cdd5ccd2d686cbd6915ff3f58486248c02c (patch)
tree3635c9c04244a6a6c8c29846abd4e5b455048804 /README.markdown
parentbaf16a8a6089f69629b0a789eb5670008e96e76a (diff)
Issue #57 _log_query errors when given raw ? or %
Thanks to Jeff Roberson <[email protected]> for his regex skills.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f1fb65a..2e5518d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -25,7 +25,7 @@ Features
Changelog
---------
-#### 1.2.0 - release 2012-XX-XX
+#### 1.2.0 - release 2012-11-14
* Setup composer for installation via packagist (j4mie/idiorm)
* Add `order_by_expr` method [[sandermarechal](http://github.com/sandermarechal)]
@@ -41,6 +41,7 @@ Changelog
* Add `delete_many` method [[CBeerta](https://github.com/CBeerta)]
* Allow unsetting of ORM parameters [[CBeerta](https://github.com/CBeerta)]
* Add `find_array` to get the records as associative arrays [[Surt](https://github.com/Surt)] - closes issue #17
+* Fix bug in `_log_query` with `?` and `%` supplied in raw where statements etc. - closes issue #57 [[ridgerunner](https://github.com/ridgerunner)]
#### 1.1.1 - release 2011-01-30