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
/
com
/
iciql
/
TableDefinition.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conform to Apache standard directory layout
James Moger
2013-03-08
1
-1233
/
+0
*
Fix encodings on some source files and confirm by compiling as UTF-8
James Moger
2013-01-22
1
-1
/
+1
*
Allows to gain full control of transactions
bartolomiew
2012-11-02
1
-1
/
+5
*
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
*
add foreign key constraint annotation
bartolomiew
2012-10-12
1
-0
/
+241
*
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
1
-2
/
+123
*
Ensure that field definition of current class is used instead of identical fi...
James Moger
2012-09-25
1
-1
/
+17
*
Use savepoints for all bulk ops (insert all, update all, delete all)
James Moger
2012-08-20
1
-0
/
+33
*
Use the upgrade check to skip unnecessary table create statements
James Moger
2012-07-14
1
-0
/
+3
*
Generate SELECT T0.* type statements
v0.7.8
James Moger
2012-01-11
1
-7
/
+23
*
Disallow multiple instances of an enum within a model class
James Moger
2012-01-04
1
-1
/
+24
*
Attempt defaultValue instantiation if object is null && spec'd NOT NULL
v0.7.6
James Moger
2011-12-21
1
-1
/
+22
*
Corrected performance regression. Tweaked dynamic query results.
v0.7.5
James Moger
2011-12-13
1
-20
/
+17
*
Columns mapped by name in result set instead of index. Disallow multiple
James Moger
2011-12-09
1
-3
/
+65
*
Fixed join into custom type of primitives
v0.7.3
James Moger
2011-12-06
1
-2
/
+8
*
Undeprecated interface configuration. Added more Define methods.
James Moger
2011-08-30
1
-26
/
+68
*
Renamed logger. Improved test suite. Added Apache Commons and DBCP.
v0.7.0
James Moger
2011-08-17
1
-7
/
+7
*
Added support for PostgreSQL. Passes all but the boolean-as-int tests.
James Moger
2011-08-17
1
-2
/
+2
*
Refactoring.
James Moger
2011-08-16
1
-29
/
+21
*
Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)
James Moger
2011-08-16
1
-1
/
+2
*
Added Derby dialect. Finished HSQL dialect. Documentation.
James Moger
2011-08-15
1
-8
/
+19
*
Fixed bug in delete() and update() where primary key is a primitive.
v0.6.5
James Moger
2011-08-12
1
-9
/
+15
*
Always enforce strict type mapping.
James Moger
2011-08-12
1
-3
/
+1
*
Renamed @IQTable.createIfRequired to @IQTable.create
James Moger
2011-08-12
1
-1
/
+1
*
Primitive default: NOT NULL. Autoincrement primitive = 0 skip on insert.
James Moger
2011-08-12
1
-8
/
+24
*
Full primitives support.
James Moger
2011-08-12
1
-10
/
+2
*
Added support for HSQL database. Revised dialects some more.
James Moger
2011-08-11
1
-73
/
+44
*
Moved dialects back to main package. Registered MySQL dialect.
James Moger
2011-08-10
1
-4
/
+4
*
Dialect refinements.
James Moger
2011-08-10
1
-32
/
+6
*
All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable
James Moger
2011-08-09
1
-5
/
+5
*
IQTable.primaryKey is now an array. Default values from objects.
James Moger
2011-08-09
1
-41
/
+45
*
Documentation. Moved dialects into separate package.
James Moger
2011-08-08
1
-5
/
+5
*
Documentation. EnumType default is NAME.
James Moger
2011-08-08
1
-1
/
+2
*
Finished enum query support (issue 4)
James Moger
2011-08-07
1
-1
/
+1
*
Simplified annotations. Interchangeable int-boolean runtime mapping.
James Moger
2011-08-05
1
-2
/
+2
*
Customizable enumId() mapping (issue 2)
James Moger
2011-08-04
1
-1
/
+15
*
BLOB support (issue 1) and Enum support (issue 2). Documentation.
James Moger
2011-08-04
1
-1
/
+37
*
Overhauling annotations.
James Moger
2011-08-04
1
-35
/
+37
*
Initial commit of iciql.
James Moger
2011-08-03
1
-0
/
+669