https://kotlinlang.org logo
#exposed
Title
# exposed
j

jeggy

07/15/2019, 2:53 PM
I'm trying to upgrade Exposed from 0.10.3 to 0.16.1. But having problems with this change: https://github.com/JetBrains/Exposed/compare/0.10.3...0.10.4#diff-fe7686cefd0bc6d3c1dd26591a0a46a5R197 giving me:
java.lang.IllegalStateException: transaction.connection.catalog must not be null
Anyone that can help me here? what do I need to make sure that when Exposed is calling
getDatabase
it won't return
null
?
I'm using MariaDB with Hikari if that makes any difference 🙂
Submitted a bug on GitHub instead 🙂 https://github.com/JetBrains/Exposed/issues/606
🙏 1