Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migration for sqlserver #517

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

sebastian-alfers
Copy link
Contributor

Fixes #509

@sebastian-alfers sebastian-alfers changed the title Sqlserver migration 2nd feat: migration for sqlserver Feb 3, 2024
Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good


override protected def log: Logger = SqlServerMigrationToolDao.log

override protected implicit def queryAdapter: QueryAdapter = SqlServerQueryAdapter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used? you have imported Sql.Interpolation, which is without the adapter. Maybe best that we use Sql.InterpolationWithAdapter everywhere in this project?

Copy link
Contributor Author

@sebastian-alfers sebastian-alfers Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used?

No. In fact, I hadn't rebased on main - which I have done now so this is gone.

Maybe best that we use Sql.InterpolationWithAdapter everywhere in this project?

Yes, let me change it.

Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patriknw patriknw merged commit 1777fc1 into akka:main Feb 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable migrations for sqlserver dialect
2 participants