]> source.dussan.org Git - iciql.git/commitdiff
Documentation
authorJames Moger <james.moger@gmail.com>
Tue, 18 Sep 2012 12:23:02 +0000 (08:23 -0400)
committerJames Moger <james.moger@gmail.com>
Tue, 18 Sep 2012 12:23:02 +0000 (08:23 -0400)
docs/00_index.mkd
docs/06_jaqu_comparison.mkd

index c8fdc6551f03fd046fb7ab72bf98ccef19b3b7dc..2cf783ba91f6248e26be50fd3611415f441b355f 100644 (file)
@@ -50,8 +50,6 @@ iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (J
  \r
 ### Current Release\r
 \r
-<span class="warning">iciql is undergoing rapid development so api and configuration are subject to change from release to release</span>\r
-\r
 **%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) &nbsp; *released %BUILDDATE%*\r
 \r
 issues, binaries, & source @ [Google Code][googlecode]<br/>\r
index fcc9fc0ade2100f0927c25e13784d7e6b008227b..73f8c4a5c39b8b1afd82d4e7a827561d0b61c94a 100644 (file)
@@ -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>\r
 <tr><td>exceptions</td><td>always includes generated statement in exception, when available</td><td>--</td></tr>\r
 <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>\r
+<tr><td>savepoints</td><td>bulk operations (insert, update, delete) use savepoints with rollback in the event of failure</td><td>--</td></tr>\r
 <tr><th colspan="3">syntax and api</th></tr>\r
 <tr><td>dynamic queries</td><td>methods and where clauses for dynamic queries that build iciql objects</td><td>--</td></tr>\r
 <tr><td>DROP</td><td>syntax to drop a table</td><td></td></tr>\r