Tags: prodifyllp/slick
Tags
Merge pull request slick#2043 from pjfanning/scala-2.13 scala 2.13.0 build (3.3 branch)
[3.3.x]: Scala 2.13.0-RC2 (slick#2031) * Build the different scala versions separately in travis * Stability improvement for db2 tests, ensure that the SYSTOOLSPACE is created before attempting to use admin_drop_schema * use scalafix plugin to run scala-collection-compat job * try to reduce number of scala 2.13 compile errors * try to fix compile issues * compile issues in 2.13 * add return type to some protected functions * update mima check * add extra mima exclusions for scala 2.11 build * apply suggested fixes from @szeiger and @WellingR * fix compile issue * use toSet and toArray where possible * Add cross Scala folder configuration * Remove -Xfuture when using Scala 2.13 * Fix binary compatible problems * Use an extension method rather than a custom string interpolator to generate unique table names in tests * Remove uncessary comment * Use scala.collection.Iterable instead of the immutable version * Scala 2.13.0-RC2 (slick#2040) * Scala 2.13.0-RC2 * Update scalatest version in samples
Merge pull request slick#1943 from GlulkAlex/issue/1939-SQLite-ModelB… …uilder-Regex-bug Replacing RegEx pattern matching. Fixes slick#1939
PreviousNext