Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zio/zio-sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af12376
Choose a base ref
...
head repository: zio/zio-sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b717f5
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Nov 27, 2020

  1. Full stack mysql test environment

    Created mysql environment heavily insipred (copy/pasted) by the postgres
    module.
    
    MysqlModule.scala: performs the conversion of zio-sql functions into
    mysql compatible sql.  Currently a copy/paste & rename of the postgres
    module.
    
    FunctionDefSpec.scala: module for testing mysql functions (lower, sin,
    etc.)
    
    MysqlModuleTest.scala: runs mysql tests, table selects, limits, offset,
    etc.
    
    MysqlRunnableSpec.scala:
    
    ShopSchema.scala: defines schema (loaded in test container definition)
    andrewhj committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    8b717f5 View commit details
    Browse the repository at this point in the history
Loading