From a1f55e4a587fd8e6ef3f4b5365348ea59b00329c Mon Sep 17 00:00:00 2001 From: James Moger Date: Tue, 18 Sep 2012 08:23:02 -0400 Subject: [PATCH] Documentation --- docs/00_index.mkd | 2 -- docs/06_jaqu_comparison.mkd | 1 + 2 files changed, 1 insertion(+), 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 -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 -- 2.39.5