summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2012-09-27 16:34:30 -0400
committerJames Moger <james.moger@gmail.com>2012-09-27 16:34:30 -0400
commitae73656aec0f31a7ebecb325e5d75c84747af867 (patch)
treeaedf772dfc3ec62d6a5acaa6aeb27f8dc33e6c77 /docs
parentc42ebc94e34b3a1aa27c292188e73f5b06af814a (diff)
downloadiciql-ae73656aec0f31a7ebecb325e5d75c84747af867.tar.gz
iciql-ae73656aec0f31a7ebecb325e5d75c84747af867.zip
Fixed case-sensitivity bug on setting a compound primary key from an annotation (issue 12)
Diffstat (limited to 'docs')
-rw-r--r--docs/05_releases.mkd1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd
index b224363..e4cd9f7 100644
--- a/docs/05_releases.mkd
+++ b/docs/05_releases.mkd
@@ -4,6 +4,7 @@
**%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) &nbsp; *released %BUILDDATE%*
+- Fixed case-sensitivity bug on setting a compound primary key from an annotation (issue 12)
- Implemented readonly view support. (issue 8)<br/>
View models may be specified using the IQView annotation or Iciql.define(). Views can either be created automatically as part of a query of the view OR views may be constructed from a fluent statement.
- Support inheriting columns from super.super class, if super.super is annotated.<br/>This allows for an inheritance hierarchy like:<br/>