Erik LaBianca
Erik LaBianca
**Version**: 3.16.5 **Module**: quill-jdbc-zio **Database**: postgres ### Expected behavior JVM does not run OOM after running a lot of dynamic queries ### Actual behavior JVM runs OOM ### Steps to...
Fixes #2484 ### Problem NormalizeCache will grow forever if enough dynamic queries are compiled ### Solution Blow away the cache if it exceeds 100 entries, ensuring it stays bounded. ###...
Fixes #2254 ### Problem .returning returns a single value instead of a list, failing on both zero and n > 1 ### Solution Return a list instead of a scalar...
Prevents users from reading a partially written setup.exe.
The current master branch builds and targets scala.js1, but the artifacts don't appear to be on Maven. Any chance of getting them published?
The following error(s) occurred while downloading the ZIO Test runner files. As another datapoint this is behind a ZScaler MITM proxy whose certs have been loaded many places but perhaps...
- Allows integration with spans provided by opentelemetry java api