Selaa lähdekoodia

Documentation

tags/v1.2.0
James Moger 11 vuotta sitten
vanhempi
commit
a1f55e4a58
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 0
    2
      docs/00_index.mkd
  2. 1
    0
      docs/06_jaqu_comparison.mkd

+ 0
- 2
docs/00_index.mkd Näytä tiedosto

@@ -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%)) &nbsp; *released %BUILDDATE%*
issues, binaries, & source @ [Google Code][googlecode]<br/>

+ 1
- 0
docs/06_jaqu_comparison.mkd Näytä tiedosto

@@ -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>

Loading…
Peruuta
Tallenna