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
/
SQLDialectDefault.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix encodings on some source files and confirm by compiling as UTF-8
James Moger
2013-01-22
1
-1
/
+1
*
add foreign key constraint annotation
bartolomiew
2012-10-12
1
-0
/
+105
*
Support for read-only views (issue 8)
James Moger
2012-09-25
1
-0
/
+51
*
Fixed order of DEFAULT in create table statement (issue 11)
James Moger
2012-09-21
1
-4
/
+4
*
Added methods to generate static, reusable, parameterized sql statements
James Moger
2012-01-04
1
-0
/
+20
*
Fixes to model generation. Fixes to default SQL dialect.
James Moger
2011-08-31
1
-6
/
+3
*
Launch H2 and HSQL servers in test suite and include tcp benchmarks.
James Moger
2011-08-17
1
-26
/
+7
*
Renamed logger. Improved test suite. Added Apache Commons and DBCP.
v0.7.0
James Moger
2011-08-17
1
-0
/
+3
*
Added support for PostgreSQL. Passes all but the boolean-as-int tests.
James Moger
2011-08-17
1
-9
/
+80
*
Finished MySQL dialect; v5.0.51b 100% tested. Added Db.dropTable(T)
James Moger
2011-08-16
1
-1
/
+10
*
Added Derby dialect. Finished HSQL dialect. Documentation.
James Moger
2011-08-15
1
-9
/
+23
*
Documentation. Added another unmapped field case.
James Moger
2011-08-11
1
-4
/
+4
*
Added support for HSQL database. Revised dialects some more.
James Moger
2011-08-11
1
-6
/
+101
*
Moved dialects back to main package. Registered MySQL dialect.
James Moger
2011-08-10
1
-0
/
+99