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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #24: Add where(String) method to improve interop
James Moger
2016-04-07
1
-0
/
+8
*
Add methods to return group by field counts
James Moger
2016-04-06
3
-0
/
+67
*
Reformat project with default IntelliJ settings
James Moger
2016-04-05
45
-4695
/
+4650
*
Adjust column selection unit test
James Moger
2016-04-04
2
-5
/
+6
*
Skip drop foreign-key referenced test
James Moger
2016-04-04
1
-0
/
+2
*
Fixes #21: Order by descending on primitives
James Moger
2016-04-04
2
-4
/
+3
*
Allow selecting a column from a table
James Moger
2016-04-04
2
-0
/
+32
*
Fixes #15: String field not properly trimmed on discrete set
James Moger
2016-04-04
2
-1
/
+14
*
Prepare the project for Maven; add pom to build, test, and release binaries
James Moger
2016-04-04
2
-1
/
+1
*
Fix #22: Failure to set fields to null
James Moger
2016-04-04
2
-1
/
+24
*
Update to SQLite-jdbc 3.8.9 and improve the testsuite
James Moger
2015-04-30
1
-3
/
+36
*
Improve SQLite dialect and unit-test conformance
James Moger
2015-04-30
4
-26
/
+38
*
Added Derby tcp test
James Moger
2015-04-10
1
-1
/
+17
*
Improve format of benchmark summary table
James Moger
2015-04-10
1
-652
/
+650
*
Use version metadata stamped by the build process
James Moger
2015-04-10
1
-3
/
+3
*
Fixed test failures due to 1-indexed primary key assignment assumption
James Moger
2014-11-10
2
-24
/
+44
*
Implement DAO externalized statement loading based on runtime Mode
James Moger
2014-11-10
3
-4
/
+66
*
Moved data type adapters into separate package, added gson and xstream
James Moger
2014-11-09
1
-1
/
+1
*
Implement Dao proxy generation with annotated sql statement execution
James Moger
2014-11-09
4
-2
/
+358
*
Revise type adapter definition to be a separate annotation
James Moger
2014-11-09
1
-5
/
+16
*
Change return types for several Db methods to indicate status
James Moger
2014-11-07
1
-4
/
+4
*
Add support for SQLite 3.8.7
James Moger
2014-11-03
2
-6
/
+37
*
Improve test db definitions
James Moger
2014-11-03
1
-4
/
+4
*
Foreign key test must reference a unique row
James Moger
2014-11-03
1
-2
/
+5
*
Relax BigDecimal equivalency checks
James Moger
2014-11-03
2
-2
/
+7
*
Support data type adapters
James Moger
2014-10-29
3
-2
/
+102
*
Revise nested conditions implementation and api
James Moger
2014-10-22
1
-40
/
+92
*
Implement execution tests of nested conditions and documentation
James Moger
2014-10-22
4
-10
/
+69
*
Fix time jitter in unit tests causing intermittent false failures
James Moger
2014-10-22
1
-21
/
+35
*
Support generic types for EnumId mapping
James Moger
2014-10-22
2
-18
/
+110
*
Fix unit tests for column name escaping
James Moger
2014-10-22
4
-58
/
+114
*
Update dependencies
James Moger
2014-10-22
1
-2
/
+3
*
Support mapping SQL BOOLEAN -> primitive numeric types
James Moger
2014-10-06
2
-1
/
+71
*
add support stackable condition: ex. X and (Y or Z)
Sotaro SUZUKI
2014-10-06
2
-1
/
+179
*
add support condition oneOf / noneOf
Sotaro SUZUKI
2014-10-06
2
-15
/
+122
*
Conform to Apache standard directory layout
James Moger
2013-03-08
40
-0
/
+5050