Skip to content

Tags: slick/slick

Tags

v3.5.0-M1

Toggle v3.5.0-M1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2620 from slick/issue-2430

BasicBackend#DatabaseDef#releaseSession: null out the session first, …

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2543 from slick/revert-2524-renovate/org.slf4j-sl…

…f4j-api-2.x

Revert "Update dependency org.slf4j:slf4j-api to v2"

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2534 from scala-steward/update/sqlite-jdbc-3.39.2.1

Update sqlite-jdbc to 3.39.2.1

v3.4.0-RC3

Toggle v3.4.0-RC3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2506 from slick/renovate/mcr.microsoft.com-mssql-…

…server-2022.x

Update dependency mcr.microsoft.com/mssql/server to v2022

v3.4.0-RC2

Toggle v3.4.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2501 from slick/nafg/fix-async-executor-apply

AsyncExecutor: fix AsyncExecutor.apply(name, numThreads != Int.MaxValue, queueSize == -1)

v3.4.0-RC1

Toggle v3.4.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2498 from slick/nafg/docs-update-upgrade

docs: update upgrade.md

v3.4.0-M1

Toggle v3.4.0-M1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2343 from slick/nafg/set-sonatype-profile-name

Set sonatypeProfileName

v3.3.3

Toggle v3.3.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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>

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2043 from pjfanning/scala-2.13

scala 2.13.0 build (3.3 branch)

v3.3.1

Toggle v3.3.1's commit message
[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