zio-sql icon indicating copy to clipboard operation
zio-sql copied to clipboard

Type-safe, composable SQL for ZIO applications

Results 93 zio-sql issues
Sort by recently updated
recently updated
newest added

split from #37 All major dialects provide some way to delete from a joined table but the table to be deleted from needs to be explicitly provided. We could specify...

Currently only the "first" decoding error is captured in `unsafeExtractRow`. But by extending `DecodingError` with some sort of `DecodingError.Both` that can hold two errors, we could capture two decoding errors,...

syntax for `in` isn't very fun for a literal set ```scala deleteFrom(users) where (fName in Read.lit("Fred", "Terrance")) ``` it'd be much better if we could have something like ```scala deleteFrom(users)...

Feel free to pick one and try to document, asking help for any questions you have about usage or purpose! - [ ] `TypeTag` - [ ] `IsNumeric` - [...

## About this PR 📦 Updates * [org.testcontainers:database-commons](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:jdbc](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:mssqlserver](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:oracle-xe](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java/) * [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java/) from `1.18.3` to `1.20.0` 📜 [GitHub Release Notes](https://github.com/testcontainers/testcontainers-java/releases/tag/1.20.0) - [Version...

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.1` to `3.8.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.1...v3.8.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

I have found syntax errors in the `shop.sql` file located at `zio-sql/core/sql/shop.sql` in main repository. There are minor errors like comma at the end column of table creation, missing semicolons....

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.9` to `1.10.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates * dev.zio:zio-schema * dev.zio:zio-schema-derivation from `1.1.1` to `1.3.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as...

## About this PR 📦 Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-streams](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from `2.0.22` to `2.1.6` 📜 [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.6) - [Version Diff](https://github.com/zio/zio/compare/v2.0.22...v2.1.6) ## Usage ✅ **Please merge!**...