Stefan Ackermann
Stefan Ackermann
It also didn't work in my project. I replaced it with following code in the build.sbt file: ``` lazy val generateBuildInfo = taskKey[Seq[File]]("Generates the build information") generateBuildInfo := { val...
We are hit by this big time as well. We have a large application and updating the code to convert every single column from decimal to double is not feasible....
We are not working with oracle. I can tell you that our decimal types in SQL server are at maximum (38, 2) or (38, 37) and what the current behaviour...
This of course also happens in all versions and with decimals with a precision as low as 2. See this example: ``` conn
For anyone else asking themselves how they can actually do the reconnect. Find your id first: `flatpak ps | grep -i celeste` Enter the container: `flatpak enter bash` Run this...