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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added drop reference table test (fails on H2)
James Moger
2012-10-15
1
-0
/
+13
*
Fix name collissions on indexes, unique keys, and foreign keys
James Moger
2012-10-15
1
-7
/
+7
*
Eliminate redundant methods
James Moger
2012-10-15
1
-47
/
+4
*
Fixed create view exception in MySQL
James Moger
2012-10-15
1
-0
/
+3
*
add foreign key constraint annotation
bartolomiew
2012-10-12
6
-3
/
+570
*
Fixed case-sensitivity bug on setting a compound primary key from an annotati...
James Moger
2012-09-27
1
-1
/
+5
*
Support for read-only views (issue 8)
James Moger
2012-09-25
13
-5
/
+377
*
Ensure that field definition of current class is used instead of identical fi...
James Moger
2012-09-25
1
-1
/
+17
*
Support inheritance of IQVersion for DbUpgrader implementations (issue 10)
James Moger
2012-09-21
1
-0
/
+7
*
Fixed order of DEFAULT in create table statement (issue 11)
James Moger
2012-09-21
1
-4
/
+4
*
Fixed password bug in model generator tool (issue 7)
James Moger
2012-09-18
2
-19
/
+11
*
Reset build identifiers for next release
James Moger
2012-08-20
1
-2
/
+2
*
Prepare 1.1.0 release
v1.1.0
James Moger
2012-08-20
1
-2
/
+2
*
Updated unit-tested databases
James Moger
2012-08-20
1
-7
/
+7
*
Use savepoints for all bulk ops (insert all, update all, delete all)
James Moger
2012-08-20
3
-10
/
+141
*
Reset build identifiers for next release
James Moger
2012-07-14
1
-2
/
+2
*
Prepare 1.0.0 release
v1.0.0
James Moger
2012-07-14
1
-3
/
+3
*
Use the upgrade check to skip unnecessary table create statements
James Moger
2012-07-14
2
-0
/
+9
*
Fix to Issue 5.
kc5nra
2012-06-18
1
-1
/
+1
*
Draft support for "where xxx in(select bbb from...)"
James Moger
2012-05-07
6
-3
/
+122
*
Refactoring.
Taichi Uragami
2012-04-07
1
-8
/
+7
*
Added support for left outer join.
Taichi Uragami
2012-04-06
1
-0
/
+9
*
Fixed index out of bounds exception in parsing a default string value
v0.7.10
James Moger
2012-01-27
2
-3
/
+3
*
Added toParameter() to update/set commands
v0.7.9
James Moger
2012-01-24
4
-32
/
+68
*
Generate SELECT T0.* type statements
v0.7.8
James Moger
2012-01-11
6
-26
/
+130
*
Prepare 0.7.7 release
v0.7.7
James Moger
2012-01-05
1
-3
/
+3
*
Disallow multiple instances of an enum within a model class
James Moger
2012-01-04
3
-1
/
+37
*
Added methods to generate static, reusable, parameterized sql statements
James Moger
2012-01-04
7
-6
/
+227
*
Attempt defaultValue instantiation if object is null && spec'd NOT NULL
v0.7.6
James Moger
2011-12-21
3
-4
/
+132
*
Corrected performance regression. Tweaked dynamic query results.
v0.7.5
James Moger
2011-12-13
5
-58
/
+49
*
Prepare next release
James Moger
2011-12-09
1
-3
/
+3
*
Columns mapped by name in result set instead of index. Disallow multiple
James Moger
2011-12-09
6
-8
/
+114
*
Added alternative method signatures to avoid subtle varargs bugs
James Moger
2011-12-08
2
-2
/
+36
*
Fixed join into custom type of primitives
v0.7.3
James Moger
2011-12-06
2
-5
/
+11
*
Improved fluent/type-safety of join statements
James Moger
2011-12-06
3
-30
/
+30
*
Fixed bug in primitive group by clauses
James Moger
2011-12-06
1
-7
/
+7
*
Fixed joins on primitives
James Moger
2011-12-05
3
-2
/
+79
*
Updated H2 1.3.162 and HSQL 2.2.6
v0.7.2
James Moger
2011-11-30
2
-7
/
+7
*
Generated models are now serializable.
James Moger
2011-09-02
2
-3
/
+7
*
Prepare 0.7.1 release
v0.7.1
James Moger
2011-08-31
1
-2
/
+2
*
Fixes to model generation. Fixes to default SQL dialect.
James Moger
2011-08-31
6
-10
/
+34
*
Undeprecated interface configuration. Added more Define methods.
James Moger
2011-08-30
4
-47
/
+120
*
Adjustment to PostgreSQL dialect for creating autoincrement columns.
James Moger
2011-08-30
1
-5
/
+3
*
Launch H2 and HSQL servers in test suite and include tcp benchmarks.
James Moger
2011-08-17
8
-84
/
+46
*
Renamed logger. Improved test suite. Added Apache Commons and DBCP.
v0.7.0
James Moger
2011-08-17
9
-42
/
+71
*
Added support for PostgreSQL. Passes all but the boolean-as-int tests.
James Moger
2011-08-17
14
-190
/
+269
*
Refactoring.
James Moger
2011-08-16
3
-44
/
+36
*
Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)
James Moger
2011-08-16
10
-35
/
+147
*
Prepare 0.6.6 release.
v0.6.6
James Moger
2011-08-15
1
-3
/
+3
*
Improving performance documentation.
James Moger
2011-08-15
1
-6
/
+10
[prev]
[next]