diff options
author | James Moger <james.moger@gmail.com> | 2011-12-21 15:20:42 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-12-21 15:20:42 -0500 |
commit | 6830a631590ae63b6f80476c0a86b6050a91f953 (patch) | |
tree | 6edfad7ed573b4089cac7be547539501ad7e5ea0 /docs | |
parent | 8e7ccd33d586bdea3fea1f606874deeaf7b9884f (diff) | |
download | iciql-6830a631590ae63b6f80476c0a86b6050a91f953.tar.gz iciql-6830a631590ae63b6f80476c0a86b6050a91f953.zip |
Attempt defaultValue instantiation if object is null && spec'd NOT NULLv0.7.6
This is only attempted on db.insert and db.update.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/05_releases.mkd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index ebc1fae..33a3e6a 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -6,6 +6,10 @@ **%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) *released %BUILDDATE%*
+- Iciql now tries to instantiate a default value from an annotated default value IFF the field object is null, it is specified *nullable = false*, and a defaultValue exists. This only applies to *db.insert* or *db.update*.
+
+**0.7.5** *released 2011-12-12*
+
- Iciql now identifies wildcard queries and builds a dynamic column lookup. Otherwise, the original field-position-based approach is used. This corrects the performance regression released in 0.7.4 while still fixing the wildcard statement column mapping problem.
**0.7.4** *released 2011-12-06*
|