index
:
iciql.git
dependabot/maven/com.google.code.gson-gson-2.8.9
dependabot/maven/com.h2database-h2-2.1.210
dependabot/maven/com.thoughtworks.xstream-xstream-1.4.19
dependabot/maven/mysql-mysql-connector-java-8.0.28
dependabot/maven/org.apache.derby-derby-10.14.2.0
dependabot/maven/org.postgresql-postgresql-42.3.7
dependabot/maven/org.yaml-snakeyaml-1.32
master
A model-based, database access wrapper for JDBC: https://github.com/gitblit/iciql
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
05_releases.mkd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conform to Apache standard directory layout
James Moger
2013-03-08
1
-223
/
+0
*
Mostly complete migration of build script to Moxie
James Moger
2013-03-08
1
-1
/
+1
*
Fixed case-sensitivity bug on setting a compound primary key from an annotati...
James Moger
2012-09-27
1
-0
/
+1
*
Support for read-only views (issue 8)
James Moger
2012-09-25
1
-2
/
+6
*
Support inheritance of IQVersion for DbUpgrader implementations (issue 10)
James Moger
2012-09-21
1
-0
/
+1
*
Fixed order of DEFAULT in create table statement (issue 11)
James Moger
2012-09-21
1
-0
/
+1
*
Fixed password bug in model generator tool (issue 7)
James Moger
2012-09-18
1
-0
/
+4
*
Use savepoints for all bulk ops (insert all, update all, delete all)
James Moger
2012-08-20
1
-0
/
+4
*
Prepare 1.0.0 release
v1.0.0
James Moger
2012-07-14
1
-2
/
+0
*
Documentation
James Moger
2012-07-14
1
-1
/
+3
*
Draft support for "where xxx in(select bbb from...)"
James Moger
2012-05-07
1
-0
/
+5
*
Fixed index out of bounds exception in parsing a default string value
v0.7.10
James Moger
2012-01-27
1
-0
/
+4
*
Added toParameter() to update/set commands
v0.7.9
James Moger
2012-01-24
1
-0
/
+6
*
Generate SELECT T0.* type statements
v0.7.8
James Moger
2012-01-11
1
-0
/
+9
*
Disallow multiple instances of an enum within a model class
James Moger
2012-01-04
1
-0
/
+12
*
Attempt defaultValue instantiation if object is null && spec'd NOT NULL
v0.7.6
James Moger
2011-12-21
1
-0
/
+4
*
Corrected performance regression. Tweaked dynamic query results.
v0.7.5
James Moger
2011-12-13
1
-17
/
+6
*
Columns mapped by name in result set instead of index. Disallow multiple
James Moger
2011-12-09
1
-3
/
+23
*
Added alternative method signatures to avoid subtle varargs bugs
James Moger
2011-12-08
1
-2
/
+8
*
Fixed join into custom type of primitives
v0.7.3
James Moger
2011-12-06
1
-2
/
+4
*
Improved fluent/type-safety of join statements
James Moger
2011-12-06
1
-0
/
+1
*
Fixed bug in primitive group by clauses
James Moger
2011-12-06
1
-0
/
+1
*
Fixed joins on primitives
James Moger
2011-12-05
1
-2
/
+6
*
Updated H2 1.3.162 and HSQL 2.2.6
v0.7.2
James Moger
2011-11-30
1
-0
/
+2
*
Generated models are now serializable.
James Moger
2011-09-02
1
-2
/
+6
*
Fixes to model generation. Fixes to default SQL dialect.
James Moger
2011-08-31
1
-0
/
+2
*
Undeprecated interface configuration. Added more Define methods.
James Moger
2011-08-30
1
-2
/
+12
*
Renamed logger. Improved test suite. Added Apache Commons and DBCP.
v0.7.0
James Moger
2011-08-17
1
-0
/
+7
*
Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)
James Moger
2011-08-16
1
-3
/
+8
*
Added Derby dialect. Finished HSQL dialect. Documentation.
James Moger
2011-08-15
1
-2
/
+9
*
Fixed bug in delete() and update() where primary key is a primitive.
v0.6.5
James Moger
2011-08-12
1
-2
/
+6
*
Documentation. Source cleanup. Prepare 0.6.4 release.
v0.6.4
James Moger
2011-08-12
1
-6
/
+11
*
Renamed @IQTable.createIfRequired to @IQTable.create
James Moger
2011-08-12
1
-0
/
+1
*
Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.
James Moger
2011-08-12
1
-0
/
+1
*
Full primitives support.
James Moger
2011-08-12
1
-1
/
+2
*
Documentation. Added another unmapped field case.
James Moger
2011-08-11
1
-2
/
+2
*
Added support for HSQL database. Revised dialects some more.
James Moger
2011-08-11
1
-2
/
+10
*
Moved dialects back to main package. Registered MySQL dialect.
James Moger
2011-08-10
1
-0
/
+3
*
All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable
James Moger
2011-08-09
1
-0
/
+2
*
IQTable.primaryKey is now an array. Default values from objects.
James Moger
2011-08-09
1
-2
/
+18
*
Documentation. Moved dialects into separate package.
James Moger
2011-08-08
1
-0
/
+1
*
Documentation. EnumType default is NAME.
James Moger
2011-08-08
1
-4
/
+13
*
Documentation.
James Moger
2011-08-05
1
-0
/
+1
*
Simplified annotations. Interchangeable int-boolean runtime mapping.
James Moger
2011-08-05
1
-1
/
+5
*
BLOB support (issue 1) and Enum support (issue 2). Documentation.
James Moger
2011-08-04
1
-0
/
+2
*
Overhauling annotations.
James Moger
2011-08-04
1
-5
/
+16
*
Documentation.
v0.5.0
James Moger
2011-08-03
1
-0
/
+1
*
Initial commit of iciql.
James Moger
2011-08-03
1
-0
/
+38