Unclaimed project
Are you a maintainer of zio-sql? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
zio-sql
Type-safe, composable SQL for ZIO applications
scalasqlzio
Last updated over 1 year ago
Back to changelogMost significant changes:
- new Scope-style Transactions
- alternative syntax for column selection
- ZIO 2.0.2
- ZIO Schema 0.2.1
Changes
- Update scalafmt-core to 3.5.9 @scala-steward (#740)
- Update postgresql to 42.4.2 @scala-steward (#742)
- Update zio-schema to 0.2.1 @jczuchnowski (#748)
- Update ojdbc8 to 21.7.0.0 @scala-steward (#744)
- Update zio to 2.0.2 @jczuchnowski (#747)
- Adds HikariCP (#639) @sergeda (#704)
- Reacquire connections that are in an invalid state. @masonedmison (#708)
- Update sbt-scoverage to 2.0.2 @scala-steward (#739)
- FunctionDefSpec improvements @bogatyra (#737)
- Update postgresql to 42.4.1 @scala-steward (#738)
- Update sbt-bloop to 1.5.3 @scala-steward (#735)
- Update sbt-scoverage to 2.0.1 @scala-steward (#734)
- Update mysql-connector-java to 8.0.30 @scala-steward (#733)
- Update sbt-tpolecat to 0.4.1 @scala-steward (#731)
- Update testcontainers-scala-mssqlserver, ... to 0.40.10 @scala-steward (#736)
- Update sbt to 1.7.1 @scala-steward (#727)
Update database-commons, jdbc, mssqlserver, ... to 1.17.3 @scala-steward (#724)Update sbt-scoverage to 2.0.0 @scala-steward (#723)Update scalafmt-core to 3.5.8 @scala-steward (#722)Update scala-library to 2.12.16 @scala-steward (#721)Update postgresql to 42.4.0 @scala-steward (#720)Update sbt-tpolecat to 0.3.3 @scala-steward (#719)Update ojdbc8 to 21.6.0.0.1 @scala-steward (#718)Update sbt-scalafix to 0.10.1 @scala-steward (#716)Update sbt-bloop to 1.5.2 @scala-steward (#715)Update silencer-lib, silencer-plugin to 1.7.9 @scala-steward (#717)Mapping of Schema types to corresponding SqlServer types for Insert case @bogatyra (#728)Issue #161 renderInsertImpl is implemented for SqlServer @bogatyra (#726)Issue #160 renderUpdateImpl is implemented for SqlServer @bogatyra (#725)Remove initial Literal in Where clause in MySQL module @jczuchnowski (#714)Remove initial Literal in Where clause in Postgres module @jczuchnowski (#713)Remove initial Literal in Where clause in SQL Server module @jczuchnowski (#712)Remove initial Literal in Where clause in Oracle module @jczuchnowski (#711)Added Date Trunc for Postgres @walesho (#697)Implement renderInsert for Oracle @peixunzhang (#695)Add SqlTransaction type @mschuwalow (#692)Update zio to 2.0.0 and zio-schema to 0.2.0 @jczuchnowski (#710)JdbcRunnableSpec cleanup @jczuchnowski (#706)Implemented issue/feature 645 @balanka (#705)Remove old infrastructure related sbt functions @jczuchnowski (#702)Postgres functions in alphabetical order and tests cleanup @jczuchnowski (#701)Update postgresql to 42.3.6 @scala-steward (#662)added soundex function - closes zio#660 @lukemcphee (#684)#154: Implement renderUpdate for Oracle @baldram (#700)673 Added examples and tests for union and unionAll functions @ujali (#696)Implement renderInsert for MySQL @sushengloong (#685)Update database-commons, jdbc, mssqlserver, ... to 1.17.2 @scala-steward (#647)Render delete for oracle @bburdiliak (#694)insert examples for tuple and case class with scema derive @gantu (#693)Update scalafmt-core to 3.5.3 @scala-steward (#646)Removed comment from SelectUtilsModule @sviezypan (#690)Add makedate function to MysqlSqlModule #655 @peixunzhang (#671)#679 - cleanup postgres FunctionDefSpec @vidyasankarv (#691)Added Radians Function @walesho (#689)#675 - Add uuid() function to MySqlModule @vidyasankarv (#688)rand function for MySql added @gantu (#683)#679 Clean up FunctionDefSpec @sarahotoole (#687)Add the 'rpad' function to the MysqlSqlModule @amrkamel (#682)659-Added hex function @ujali (#676)Add current_time function to MysqlSqlModule @amrkamel (#681)support for gen_random_uuid function of PostgreSQL @bburdiliak (#677)#656 Add maketime function to MysqlSqlModule @sarahotoole (#675)#654 Add Now function to MySQL Module @baldram (#680)Hack 652 - https://github.com/zio/zio-sql/issues/652 @AdityaVetukuri (#667)Clean up examples @sushengloong (#668)Update postgresql to 42.3.5 @scala-steward (#644)Update scalafmt-core to 3.5.2 @scala-steward (#641)Bump async from 2.6.3 to 2.6.4 in /website @dependabot (#640)Update testcontainers-scala-mssqlserver, ... to 0.40.7 @scala-steward (#636)Update zio to 2.0.0-RC6 @jczuchnowski (#643)Split db-specific Module traits into more specialized parts @jczuchnowski (#637)Update sbt-tpolecat to 0.3.1 @scala-steward (#635)Update mysql-connector-java to 8.0.29 @scala-steward (#634)Update scalafmt-core to 3.5.1 @scala-steward (#629)Update postgresql to 42.3.4 @scala-steward (#628)Update sbt-tpolecat to 0.2.3 @scala-steward (#627)Update database-commons, jdbc, mssqlserver, ... to 1.17.1 @scala-steward (#626)Render quoted table names and column names for PostgreSQL @jczuchnowski (#632)Alternative selection of columns #584 @sviezypan (#630)Update sbt-bloop to 1.5.0 @scala-steward (#631)Update testcontainers-scala-mssqlserver, ... to 0.40.6 @scala-steward (#633)