Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -145/+0 |
| | |||||
* | Fix encodings on some source files and confirm by compiling as UTF-8 | James Moger | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | add foreign key constraint annotation | bartolomiew | 2012-10-12 | 1 | -0/+16 |
| | | | | add unique constraint annotation fix small bug in build.xml for java source destination | ||||
* | Support for read-only views (issue 8) | James Moger | 2012-09-25 | 1 | -1/+11 |
| | |||||
* | Undeprecated interface configuration. Added more Define methods. | James Moger | 2011-08-30 | 1 | -15/+39 |
| | | | | | | | 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. | ||||
* | Refactoring. | James Moger | 2011-08-16 | 1 | -9/+9 |
| | |||||
* | Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4 | James Moger | 2011-08-12 | 1 | -2/+4 |
| | |||||
* | Added support for HSQL database. Revised dialects some more. | James Moger | 2011-08-11 | 1 | -1/+6 |
| | | | | | | | | | 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. | ||||
* | Simplified annotations. Interchangeable int-boolean runtime mapping. | James Moger | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+88 |