diff options
author | James Moger <james.moger@gmail.com> | 2011-08-12 14:05:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-12 14:05:54 -0400 |
commit | 27ccb36e11953d1bbe8eadef68e99b5ca3e09cab (patch) | |
tree | 7810515e0d29620dfa44c9fa6b2deb82680f6ddf /docs/05_releases.mkd | |
parent | 78d9f3ecbd9203a5ad63138037960e265509efba (diff) | |
download | iciql-27ccb36e11953d1bbe8eadef68e99b5ca3e09cab.tar.gz iciql-27ccb36e11953d1bbe8eadef68e99b5ca3e09cab.zip |
Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.
Diffstat (limited to 'docs/05_releases.mkd')
-rw-r--r-- | docs/05_releases.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index 22ebb2e..3266ba9 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -7,6 +7,7 @@ **%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%*
- api change release (API v4)
+- don't INSERT primitive autoIncrement primaryKey fields, let database assign value
- full support for primitives in all clauses
- DECIMAL(length, scale) support
- unspecified length String fields are now CLOB instead of TEXT. dialects can intercept this and convert to another type. e.g. MySQL dialect can change CLOB to TEXT.
|