Anton Onyshchenko

Results 5 comments of Anton Onyshchenko

For me a manual mapping would be already useful. Currently I'm using `ScalikeJDBC` with mapping defined like this: ``` private def authorityFromRs(rs: WrappedResultSet): Authority = Authority( rs.long("id"), rs.string("name"), rs.string("description") )...

+1 for easy motion implementation. I would really love to see this feature in master.

Great! Then I will implement it and submit a PR in a few days.

@magnars , could you please take a look at my commit? It's a rough idea (quick hack) that works for me. How can I get rid of hardcoded "resources" path?...

Here it is. Sorry for long waiting - I have time for this only during weekends.