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

- add `show` method for statements - add tests on `show` for all sql dialects - add `show` info in README

https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#operator_sounds-like

enhancement
MySQL

https://github.com/zio/zio-sql/issues/201

Parameterized queries can offer higher performance.

help wanted

There are several compilation errors while using Dotty. Once they're fixed we'll be able to include Scala 3 check in build and Scala 3 release. To compile with Dotty run:...

As @marekklis pointed out in https://github.com/zio/zio-sql/pull/339, it appears that PostgreSQL can take an additional, optional parameter in `ltrim` and `rtrim` functions. Just adding these functions in PostgresModule might cause import...

good first issue
PostgreSQL

Support INSERT without specifying columns `insertInto(table).values(data)` `data` would be tuple or a case class that contains all non optional columns of a table in the right order.

When running the tests from `sbt` with: ``` sbt test ``` some of the containers don't close after running the tests finish. Resulting in: ![testcontainers](https://user-images.githubusercontent.com/1301520/170470001-ee05402f-56ef-4a5f-80d7-f4c99b1c9e05.png) Perhaps there's a problem with...

bug
ziohackathon