From 01ec38ed904bd24c9075edfc12c2b41c1e13d249 Mon Sep 17 00:00:00 2001 From: James Moger Date: Tue, 9 Aug 2011 13:56:44 -0400 Subject: All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable --- docs/05_releases.mkd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/05_releases.mkd') diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index 8d1295b..e889f2f 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -7,6 +7,8 @@ **%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) +- @IQColumn(allowNull=true) -> @IQColumn(nullable=true) +- All columns are assumed NULLABLE unless explicitly set *@IQColumn(nullable = false)* - allow using objects to assign default values
%BEGINCODE% // CREATE TABLE ... myDate DATETIME DEFAULT '2000-02-01 00:00:00' -- cgit v1.2.3