mkporwit
07/02/2018, 7:36 AM&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
to the connection string helps quite a bit. Thanks for pointing me in the right directionspand
07/02/2018, 7:38 AM🤷♀️
then it worksmkporwit
07/02/2018, 7:39 AMmkporwit
07/02/2018, 7:40 AMmkporwit
07/02/2018, 7:40 AMspand
07/02/2018, 7:41 AMmkporwit
07/02/2018, 7:41 AMmkporwit
07/02/2018, 7:42 AMspand
07/02/2018, 7:43 AM🤷♀️
was the most complex one I have foundmkporwit
07/02/2018, 7:46 AMmkporwit
07/02/2018, 7:48 AMchristophsturm
07/02/2018, 9:57 AMmkporwit
07/02/2018, 7:05 PMcharacterEncoding
and characterSetResults
, the valid parameters are either utf8
or UTF-8
, and what I’ve read leads me to think these have the exact same behavior.spand
07/03/2018, 6:29 AMmkporwit
07/12/2018, 11:11 PMonUpdate
cascade 🙂mkporwit
07/12/2018, 11:11 PMtapac
07/22/2018, 2:18 PMribesg
07/22/2018, 3:48 PMribesg
07/22/2018, 3:49 PMribesg
07/22/2018, 4:01 PMtransaction {
addLogger(Slf4jSqlDebugLogger)
callable()
}
tapac
07/22/2018, 4:04 PMribesg
07/22/2018, 4:05 PMtransaction {
debug = true
addLogger(Slf4jSqlDebugLogger)
callable()
}
oshai
07/22/2018, 4:05 PMribesg
07/22/2018, 4:06 PMribesg
07/22/2018, 4:06 PMoshai
07/22/2018, 4:07 PMribesg
07/22/2018, 4:07 PMoshai
07/22/2018, 4:08 PMoshai
07/22/2018, 4:09 PMribesg
07/22/2018, 4:10 PMoverride fun isDebugEnabled() = Log.debug
should be
override fun isDebugEnabled() = Log.verbose || Log.debug