]> source.dussan.org Git - iciql.git/commit
Partial primitives support: insert, update, and select but NOT where.
authorJames Moger <james.moger@gmail.com>
Mon, 8 Aug 2011 12:35:24 +0000 (08:35 -0400)
committerJames Moger <james.moger@gmail.com>
Mon, 8 Aug 2011 12:35:24 +0000 (08:35 -0400)
commit1ee319a7e4bea883da99ab7c2068a740e2cdf985
treeca17f3830a026d88251d472b6016493f1890eb58
parent19326deded5a62997962d6d612de4b857303e21b
Partial primitives support: insert, update, and select but NOT where.
src/com/iciql/ModelUtils.java
src/com/iciql/util/Utils.java
tests/com/iciql/test/PrimitivesTest.java [new file with mode: 0644]
tests/com/iciql/test/models/PrimitivesModel.java [new file with mode: 0644]