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
/
src
/
com
/
iciql
/
Db.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conform to Apache standard directory layout
James Moger
2013-03-08
1
-774
/
+0
*
Fix encodings on some source files and confirm by compiling as UTF-8
James Moger
2013-01-22
1
-1
/
+1
*
Preliminary MSSQL dialect
Alex Telepov
2012-12-31
1
-0
/
+2
*
Allows to gain full control of transactions
bartolomiew
2012-11-02
1
-0
/
+38
*
Support for read-only views (issue 8)
James Moger
2012-09-25
1
-0
/
+27
*
Support inheritance of IQVersion for DbUpgrader implementations (issue 10)
James Moger
2012-09-21
1
-0
/
+7
*
Fixed password bug in model generator tool (issue 7)
James Moger
2012-09-18
1
-12
/
+10
*
Use savepoints for all bulk ops (insert all, update all, delete all)
James Moger
2012-08-20
1
-9
/
+107
*
Use the upgrade check to skip unnecessary table create statements
James Moger
2012-07-14
1
-0
/
+6
*
Added toParameter() to update/set commands
v0.7.9
James Moger
2012-01-24
1
-3
/
+14
*
Corrected performance regression. Tweaked dynamic query results.
v0.7.5
James Moger
2011-12-13
1
-22
/
+27
*
Columns mapped by name in result set instead of index. Disallow multiple
James Moger
2011-12-09
1
-1
/
+16
*
Added alternative method signatures to avoid subtle varargs bugs
James Moger
2011-12-08
1
-0
/
+34
*
Fixes to model generation. Fixes to default SQL dialect.
James Moger
2011-08-31
1
-0
/
+9
*
Renamed logger. Improved test suite. Added Apache Commons and DBCP.
v0.7.0
James Moger
2011-08-17
1
-2
/
+2
*
Added support for PostgreSQL. Passes all but the boolean-as-int tests.
James Moger
2011-08-17
1
-4
/
+4
*
Refactoring.
James Moger
2011-08-16
1
-6
/
+6
*
Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)
James Moger
2011-08-16
1
-7
/
+35
*
Added Derby dialect. Finished HSQL dialect. Documentation.
James Moger
2011-08-15
1
-2
/
+20
*
Fixed bug in delete() and update() where primary key is a primitive.
v0.6.5
James Moger
2011-08-12
1
-4
/
+4
*
Added support for HSQL database. Revised dialects some more.
James Moger
2011-08-11
1
-15
/
+10
*
Moved dialects back to main package. Registered MySQL dialect.
James Moger
2011-08-10
1
-4
/
+3
*
Dialect refinements.
James Moger
2011-08-10
1
-28
/
+42
*
All columns are assumed NULLABLE. IQColumn.allowNull->IQColumn.nullable
James Moger
2011-08-09
1
-4
/
+4
*
IQTable.primaryKey is now an array. Default values from objects.
James Moger
2011-08-09
1
-1
/
+1
*
Documentation. Moved dialects into separate package.
James Moger
2011-08-08
1
-3
/
+3
*
Simplified dialect lookup.
James Moger
2011-08-08
1
-10
/
+10
*
Overhauling annotations.
James Moger
2011-08-04
1
-9
/
+9
*
Initial commit of iciql.
James Moger
2011-08-03
1
-0
/
+470