aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implement Dao proxy generation with annotated sql statement executionJames Moger2014-11-091-271/+273
| | | | This functionality is inspired by JDBI but is not based on it's implementation.
* Revise type adapter definition to be a separate annotationJames Moger2014-11-091-0/+1
|
* Tweak release processJames Moger2014-10-221-29/+1
|
* Add description to tagRelease ant task, update build script propertiesJames Moger2014-10-221-3/+3
|
* fix moxie urlSotaro SUZUKI2014-09-301-1/+1
|
* Update to Moxie 0.9.2James Moger2014-06-101-1/+1
|
* Updated to Moxie 0.7.4James Moger2013-04-261-1/+1
|
* Update to Moxie 0.7.3James Moger2013-04-261-43/+43
|
* Added Moxie documentation url to build scriptJames Moger2013-04-101-0/+2
|
* Chmod the release script as executableJames Moger2013-04-101-0/+1
|
* Tweak release template and push the new tagJames Moger2013-04-101-2/+4
|
* Updated to Moxie 0.7.2James Moger2013-04-101-1/+1
|
* Added release process script templateJames Moger2013-04-101-0/+23
|
* Update Maven url to Github's io tldJames Moger2013-04-101-1/+1
|
* Fix build error when retrieving Moxie jarJames Moger2013-04-081-0/+1
|
* Updated to Moxie 0.7.1James Moger2013-03-271-6/+2
|
* Fixed incorrect property caseJames Moger2013-03-251-2/+2
|
* DocumentationJames Moger2013-03-251-3/+2
|
* Streamlining Moxie integrationJames Moger2013-03-141-13/+4
|
* update Maven submodule referenceJames Moger2013-03-141-23/+24
|
* Conform to Apache standard directory layoutJames Moger2013-03-081-1/+1
|
* Mostly complete migration of build script to MoxieJames Moger2013-03-081-304/+200
|
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-221-2/+2
|
* add foreign key constraint annotationbartolomiew2012-10-121-1/+1
| | | | add unique constraint annotation fix small bug in build.xml for java source destination
* Prepare 1.0.0 releasev1.0.0James Moger2012-07-141-4/+4
|
* Restored build properties with an is available checkJames Moger2012-06-181-4/+15
|
* Fix to Issue 5.kc5nra2012-06-181-1/+1
| | | | http://code.google.com/p/iciql/issues/detail?id=5
* Include debug information in built jars.James Moger2011-09-021-2/+2
|
* Prepare 0.7.1 releasev0.7.1James Moger2011-08-311-1/+1
|
* Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0James Moger2011-08-171-0/+3
|
* Prepare 0.6.6 release.v0.6.6James Moger2011-08-151-1/+1
|
* Improving performance documentation.James Moger2011-08-151-1/+4
|
* Added Derby dialect. Finished HSQL dialect. Documentation.James Moger2011-08-151-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 Moger2011-08-091-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.3James Moger2011-08-081-0/+9
|
* BLOB support (issue 1) and Enum support (issue 2). Documentation.James Moger2011-08-041-0/+4
|
* Change identifiers for next release.James Moger2011-08-041-1/+1
|
* Initial commit of iciql.James Moger2011-08-031-0/+356