summaryrefslogtreecommitdiffstats
path: root/docs/01_model_classes.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Disallow multiple instances of an enum within a model classJames Moger2012-01-041-3/+3
|
* Columns mapped by name in result set instead of index. Disallow multipleJames Moger2011-12-091-1/+1
| | | primitive bools in a model WITH explicit referencing.
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-301-12/+108
| | | | | | | I've revised my thinking about interface configuration. I think its a good option and should be supported. Field scope is now ignored across the board. If the developer does not want to map a field and is using the interface configuration approach, then the field should be annotated with IQIgnore.
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-121-0/+2
|
* Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.James Moger2011-08-121-4/+17
|
* Full primitives support.James Moger2011-08-121-89/+35
|
* Documentation. Added another unmapped field case.James Moger2011-08-111-3/+3
|
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-3/+3
| | | | | | | | | Moved CREATE TABLE and CREATE INDEX statement generation to the dialect. Added DECIMAL(length, scale) support. Improved automatic dialect detection. Unspecified length string is now CLOB instead of TEXT. Boolean now maps to BOOLEAN instead of BIT. Expressions on unmapped fields will throw an IciqlException. Improved exception reporting.
* All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullableJames Moger2011-08-091-2/+3
|
* IQTable.primaryKey is now an array. Default values from objects.James Moger2011-08-091-0/+19
| | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release.
* Documentation. EnumType default is NAME. James Moger2011-08-081-16/+76
|
* Documentation. Don't double-wrap IciqlException.James Moger2011-08-051-3/+3
|
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-6/+6
|
* Customizable enumId() mapping (issue 2)James Moger2011-08-041-2/+8
|
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-1/+16
|
* Overhauling annotations.James Moger2011-08-041-3/+5
| | | | | | | | * @IQSchema(name="public") -> @IQSchema("public") * @IQDatabase(version=2) -> @IQVersion(2) * @IQTable(version=2) -> @IQVersion(2) * @IQIndex annotation simplified to be used for one index definition and expanded to specify index name * added @IQIndexes annotation to specify multiple IQIndex annotations
* Initial commit of iciql.James Moger2011-08-031-0/+170