<@U0BGSQ7E0> does Kwery's default CRUD dao work wi...
# exposed
u
@andrewoma does Kwery's default CRUD dao work with a
ThreadLocalSession
? I tried to create one and passed it the
ThreadLocalSession
, but I'm getting a runtime error
'connection' is only supported within a transaction in ThreadLocalSession
. I was looking for an example of using the
ThreadLocalSession
but it looks like none of the examples make use of a DAO.