bitkid
04/28/2019, 10:50 AMPlayerDAO.find { Players.email eq "someEmail" }.map { it.toPlayer() }
. is that a sane approach just adding a method to the DAO which does the conversion?bitkid
04/28/2019, 10:55 AMtapac
04/29/2019, 10:08 AM.toPlayer()
function, there is no such functionality yet.
See https://github.com/JetBrains/Exposed/issues/24 , https://github.com/JetBrains/Exposed/issues/497bitkid
04/29/2019, 5:13 PM