Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement Dao proxy generation with annotated sql statement execution | James Moger | 2014-11-09 | 1 | -271/+273 |
| | | | | This functionality is inspired by JDBI but is not based on it's implementation. | ||||
* | Revise type adapter definition to be a separate annotation | James Moger | 2014-11-09 | 1 | -0/+1 |
| | |||||
* | Tweak release process | James Moger | 2014-10-22 | 1 | -29/+1 |
| | |||||
* | Add description to tagRelease ant task, update build script properties | James Moger | 2014-10-22 | 1 | -3/+3 |
| | |||||
* | fix moxie url | Sotaro SUZUKI | 2014-09-30 | 1 | -1/+1 |
| | |||||
* | Update to Moxie 0.9.2 | James Moger | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | Updated to Moxie 0.7.4 | James Moger | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | Update to Moxie 0.7.3 | James Moger | 2013-04-26 | 1 | -43/+43 |
| | |||||
* | Added Moxie documentation url to build script | James Moger | 2013-04-10 | 1 | -0/+2 |
| | |||||
* | Chmod the release script as executable | James Moger | 2013-04-10 | 1 | -0/+1 |
| | |||||
* | Tweak release template and push the new tag | James Moger | 2013-04-10 | 1 | -2/+4 |
| | |||||
* | Updated to Moxie 0.7.2 | James Moger | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Added release process script template | James Moger | 2013-04-10 | 1 | -0/+23 |
| | |||||
* | Update Maven url to Github's io tld | James Moger | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Fix build error when retrieving Moxie jar | James Moger | 2013-04-08 | 1 | -0/+1 |
| | |||||
* | Updated to Moxie 0.7.1 | James Moger | 2013-03-27 | 1 | -6/+2 |
| | |||||
* | Fixed incorrect property case | James Moger | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | Documentation | James Moger | 2013-03-25 | 1 | -3/+2 |
| | |||||
* | Streamlining Moxie integration | James Moger | 2013-03-14 | 1 | -13/+4 |
| | |||||
* | update Maven submodule reference | James Moger | 2013-03-14 | 1 | -23/+24 |
| | |||||
* | Conform to Apache standard directory layout | James Moger | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | Mostly complete migration of build script to Moxie | James Moger | 2013-03-08 | 1 | -304/+200 |
| | |||||
* | Fix encodings on some source files and confirm by compiling as UTF-8 | James Moger | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | add foreign key constraint annotation | bartolomiew | 2012-10-12 | 1 | -1/+1 |
| | | | | add unique constraint annotation fix small bug in build.xml for java source destination | ||||
* | Prepare 1.0.0 releasev1.0.0 | James Moger | 2012-07-14 | 1 | -4/+4 |
| | |||||
* | Restored build properties with an is available check | James Moger | 2012-06-18 | 1 | -4/+15 |
| | |||||
* | Fix to Issue 5. | kc5nra | 2012-06-18 | 1 | -1/+1 |
| | | | | http://code.google.com/p/iciql/issues/detail?id=5 | ||||
* | Include debug information in built jars. | James Moger | 2011-09-02 | 1 | -2/+2 |
| | |||||
* | Prepare 0.7.1 releasev0.7.1 | James Moger | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0 | James Moger | 2011-08-17 | 1 | -0/+3 |
| | |||||
* | Prepare 0.6.6 release.v0.6.6 | James Moger | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | Improving performance documentation. | James Moger | 2011-08-15 | 1 | -1/+4 |
| | |||||
* | Added Derby dialect. Finished HSQL dialect. Documentation. | James Moger | 2011-08-15 | 1 | -1/+15 |
| | | | | | | | | | | * Improved DEFAULT value specifications. * Fixed bug in buildObjects where the ResultSet could be closed by the automatic create table attempt. * DbInspector now uses the dialect's reported DATETIME class preference. * Improved IciqlException SQLState code checks. * Integrated LIMIT and OFFSET expression appending in dialects. * Updated to H2 1.3.159 * Allow reopening of a memory database in the test suite. | ||||
* | IQTable.primaryKey is now an array. Default values from objects. | James Moger | 2011-08-09 | 1 | -16/+2 |
| | | | | Also fixed an error with allowing null objects. Noted rapid churn of iciql in documentation. Changed build constants for next release. | ||||
* | Do not generate primitive mappings. Prepare v0.6.3 release.v0.6.3 | James Moger | 2011-08-08 | 1 | -0/+9 |
| | |||||
* | BLOB support (issue 1) and Enum support (issue 2). Documentation. | James Moger | 2011-08-04 | 1 | -0/+4 |
| | |||||
* | Change identifiers for next release. | James Moger | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Initial commit of iciql. | James Moger | 2011-08-03 | 1 | -0/+356 |