summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-11 10:06:42 +0000
committerSimon Holywell <[email protected]>2013-01-11 10:06:52 +0000
commitf4b107cdbb91a90f41f39d6ee0a2375e8f7ce7a6 (patch)
treef92e31db3325d420467b851f1943f20c0e11f098 /README.markdown
parent2c1678987e3dd08f17705455c496bdf03b6ee7e6 (diff)
Issue 92 aggregate functions always returning ints
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index f5644db..5586408 100644
--- a/README.markdown
+++ b/README.markdown
@@ -48,6 +48,7 @@ Changelog
* Fix when using `set_expr` alone it doesn't trigger query creation - closes issue #90
* Escape quote symbols in "_quote_identifier_part" - close issue #74
* Add HAVING clause functionality
+* Fix issue with aggregate functions always returning `int` when is `float` sometimes required - closes issue #92
#### 1.2.3 - release 2012-11-28