diff options
author | James Moger <james.moger@gmail.com> | 2012-09-18 08:23:02 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-09-18 08:23:02 -0400 |
commit | a1f55e4a587fd8e6ef3f4b5365348ea59b00329c (patch) | |
tree | ca7f8a33a3d480161d0c6938a75ced3f18150ba3 /docs | |
parent | 86ccd88f1e06476c2f9c8f917a223c57399c18ba (diff) | |
download | iciql-a1f55e4a587fd8e6ef3f4b5365348ea59b00329c.tar.gz iciql-a1f55e4a587fd8e6ef3f4b5365348ea59b00329c.zip |
Documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_index.mkd | 2 | ||||
-rw-r--r-- | docs/06_jaqu_comparison.mkd | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd index c8fdc65..2cf783b 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -50,8 +50,6 @@ iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (J ### Current Release
-<span class="warning">iciql is undergoing rapid development so api and configuration are subject to change from release to release</span>
-
**%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%*
issues, binaries, & source @ [Google Code][googlecode]<br/>
diff --git a/docs/06_jaqu_comparison.mkd b/docs/06_jaqu_comparison.mkd index fcc9fc0..73f8c4a 100644 --- a/docs/06_jaqu_comparison.mkd +++ b/docs/06_jaqu_comparison.mkd @@ -11,6 +11,7 @@ This is an overview of the fundamental differences between the original JaQu pro <tr><td>logging</td><td>console, SLF4J, or custom logging</td><td>console logging</td></tr>
<tr><td>exceptions</td><td>always includes generated statement in exception, when available</td><td>--</td></tr>
<tr><td>column mappings</td><td>wildcard queries index result sets by column name</td><td>all result sets built by field index<br/>this can fail for wildcard queries</td></tr>
+<tr><td>savepoints</td><td>bulk operations (insert, update, delete) use savepoints with rollback in the event of failure</td><td>--</td></tr>
<tr><th colspan="3">syntax and api</th></tr>
<tr><td>dynamic queries</td><td>methods and where clauses for dynamic queries that build iciql objects</td><td>--</td></tr>
<tr><td>DROP</td><td>syntax to drop a table</td><td></td></tr>
|