Skip to content

Add cookbook entry showing how to distinguish DBIOActions by Effect type at runtime#2968

Merged
mergify[bot] merged 1 commit into
slick:mainfrom
alexklibisz:alexklibisz-cookbook-distinguish-dbioactions
Jun 27, 2024
Merged

Add cookbook entry showing how to distinguish DBIOActions by Effect type at runtime#2968
mergify[bot] merged 1 commit into
slick:mainfrom
alexklibisz:alexklibisz-cookbook-distinguish-dbioactions

Conversation

@alexklibisz

@alexklibisz alexklibisz commented Jun 10, 2024

Copy link
Copy Markdown
Contributor

I've used a few variations of this method over the years, but never quite seen it documented anywhere. I'm also open to input if there's a simpler way to accomplish this.

A related but different approach that might also be worth documented is in this SO question: https://stackoverflow.com/questions/54353299/how-to-leverage-slick-effects-to-implicitly-infer-which-of-the-db-instances-to-u

@github-actions

Copy link
Copy Markdown
Contributor

Incompatible changes

slick

3 changes since 3.6.0-pre.47.b878d455

Code changes

Incompatibility Symbol Problem
Binary slick.compat.collection.package MissingClassProblem

class slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$ MissingClassProblem

object slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$JavaConverters$ MissingClassProblem

object slick.compat.collection.package#JavaConverters does not have a correspondent in current version

@alexklibisz

Copy link
Copy Markdown
Contributor Author

Is someone available to review? Maybe @SethTisue ?

@nafg

nafg commented Jun 27, 2024

Copy link
Copy Markdown
Member

Hi thanks for the contribution. Not sure why I didn't notice it before.

@nafg nafg force-pushed the alexklibisz-cookbook-distinguish-dbioactions branch from 37c88cb to 32c1e9f Compare June 27, 2024 22:21
@github-actions

Copy link
Copy Markdown
Contributor

Incompatible changes

slick

3 changes since 3.6.0-pre.49.361394ba

Code changes

Incompatibility Symbol Problem
Binary slick.compat.collection.package MissingClassProblem

class slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$ MissingClassProblem

object slick.compat.collection.package does not have a correspondent in current version

Binary slick.compat.collection.package$JavaConverters$ MissingClassProblem

object slick.compat.collection.package#JavaConverters does not have a correspondent in current version

@mergify mergify Bot merged commit 8338160 into slick:main Jun 27, 2024
@nafg nafg added this to the 3.5.2 milestone Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants