]>
source.dussan.org Git - iciql.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
James Moger [Fri, 5 Aug 2011 20:45:31 +0000 (16:45 -0400)]
Documentation.
James Moger [Fri, 5 Aug 2011 20:40:48 +0000 (16:40 -0400)]
Important fix to _iq_versions create mechanism to work with H2 1.3.158+
James Moger [Fri, 5 Aug 2011 19:18:44 +0000 (15:18 -0400)]
Release 0.6.0. APIv2
James Moger [Fri, 5 Aug 2011 19:18:02 +0000 (15:18 -0400)]
Documentation. Don't double-wrap IciqlException.
James Moger [Fri, 5 Aug 2011 15:04:29 +0000 (11:04 -0400)]
Simplified annotations. Interchangeable int-boolean runtime mapping.
James Moger [Fri, 5 Aug 2011 02:22:24 +0000 (22:22 -0400)]
Customizable enumId() mapping (issue 2)
James Moger [Thu, 4 Aug 2011 21:58:22 +0000 (17:58 -0400)]
BLOB support (issue 1) and Enum support (issue 2). Documentation.
James Moger [Thu, 4 Aug 2011 18:10:59 +0000 (14:10 -0400)]
Overhauling annotations.
* @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
James Moger [Thu, 4 Aug 2011 17:51:26 +0000 (13:51 -0400)]
Change identifiers for next release.
James Moger [Thu, 4 Aug 2011 13:10:30 +0000 (09:10 -0400)]
Documentation.
James Moger [Thu, 4 Aug 2011 02:41:48 +0000 (22:41 -0400)]
Documentation.
James Moger [Thu, 4 Aug 2011 02:06:12 +0000 (22:06 -0400)]
Documentation.
James Moger [Thu, 4 Aug 2011 02:01:42 +0000 (22:01 -0400)]
Initial commit of iciql.