You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[data-catalog] create cuttle "readOnlyConnect" method (#604)
In the read only connection, the db lock is bypassed and the transactor is
returned as is.
Bump to 0.11.5 (#535)
* [build] Fix 'params' cannot be negated in scala 2.12
As per scala/bug#10572
change
-Ywarn-unused:-params
into
-Ywarn-unused:-explicits,-implicits
* Bump to 0.11.5 (#534)
Co-authored-by: Jon Alberdi <[email protected]>