seems there’s a breaking change in version `0.30.1...
# exposed
e
seems there’s a breaking change in version
0.30.1
-
Query.prepareSql(queryBuilder: QueryBuilder)
is now internal. What’s the right way to print out the Query SQL then?
(not the parameterized one, but the one with actual parameters) - this is one of those crucial functions I’m using for development purpose
(and to add more, I did not want to update but since
jcenter
is going to be shut down, we are pulling dependencies from elsewhere. Surprisingly, on
maventCentral
only
0.30.1
is presented.)
t
I'll publish 0.30.2 tomorrow with the fix for prepareSQL.
e
@tapac awesome, thanks!