commit daa3e9c641617904ec0e59c2c9ad56f1d18e0c91 Author: LarryFinn Date: Wed Nov 7 18:22:35 2018 -0500 update single fields (#9) * Adding ability to just update columns without replacing the rest of the columns src/scala/co/actioniq/luna/dao/DAO.scala | 68 ++++++++++++++- src/scala/co/actioniq/luna/dao/DAOAction.scala | 113 ++++++++++++++++++++++++- src/scala/co/actioniq/luna/dao/DAOQuery.scala | 69 ++++++++++++++- 3 files changed, 247 insertions(+), 3 deletions(-) commit c3b9527fbd1e455a0fe3fb51c52c61302739bfc1 Author: LarryFinn Date: Fri Nov 2 16:14:57 2018 -0400 handle soft delete (#8) a new trait to mix in that has a soft delete field. you can make the field act however you want can be boolean, timestamp, etc.. .../co/actioniq/luna/dao/SoftDeleteFilter.scala | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+)