From: James Moger Date: Tue, 18 Sep 2012 12:23:02 +0000 (-0400) Subject: Documentation X-Git-Tag: v1.2.0~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1f55e4a587fd8e6ef3f4b5365348ea59b00329c;p=iciql.git Documentation --- 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 -iciql is undergoing rapid development so api and configuration are subject to change from release to release - **%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]
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 loggingconsole, SLF4J, or custom loggingconsole logging exceptionsalways includes generated statement in exception, when available-- column mappingswildcard queries index result sets by column nameall result sets built by field index
this can fail for wildcard queries +savepointsbulk operations (insert, update, delete) use savepoints with rollback in the event of failure-- syntax and api dynamic queriesmethods and where clauses for dynamic queries that build iciql objects-- DROPsyntax to drop a table