diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-06 12:28:32 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-06 12:28:32 -0400 |
commit | ae3d3a1620cf75f0b5f1f74c108d977681d00f57 (patch) | |
tree | 3b54b1582cfb543ebd5fe81f94a928250de32f33 /CHANGELOG.md | |
parent | e8333d5fcd205b40cffb972f9130c310368be64a (diff) | |
download | iciql-ae3d3a1620cf75f0b5f1f74c108d977681d00f57.tar.gz iciql-ae3d3a1620cf75f0b5f1f74c108d977681d00f57.zip |
Add methods to return group by field counts
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c90f09..5bca337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -### [Unreleased][unreleased] -#### Fixed -#### Changed +### [2.1.0][unreleased] #### Added -#### Removed +- Add methods to select counts of a group by field (*SELECT field, COUNT(*) FROM table [WHERE conditions] GROUP BY field*) ### [2.0.0] - 2016-04-04 |