Tags: slick/slick
Tags
Backports from master - preparing for 3.3.3 (#2131) Co-authored-by: Ruud Welling <wellingr@users.noreply.github.com> Co-authored-by: Alexander <alex_frankfurt@mail.ru> Co-authored-by: Sebastian Alfers <sebastian.alfers@lightbend.com> Co-authored-by: Richard Dallaway <richard@dallaway.com> Co-authored-by: Andrii Stasiuk <shmishleniy@users.noreply.github.com>
[3.3.x]: Scala 2.13.0-RC2 (#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 (#2040) * Scala 2.13.0-RC2 * Update scalatest version in samples