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

Render delete for oracle #694

Merged
merged 3 commits into from
May 27, 2022

Conversation

bburdiliak
Copy link
Contributor

implements #156

I had to specially deal with boolean values, as Oracle does support them only via smallint (or char).

@bburdiliak bburdiliak requested a review from a team as a code owner May 27, 2022 13:36
@jczuchnowski
Copy link
Member

jczuchnowski commented May 27, 2022

I had to specially deal with boolean values, as Oracle does support them only via smallint (or char).

Yeah, same problem with SQL Server.

This looks good. Thank you!

@jczuchnowski jczuchnowski merged commit 0644872 into zio:master May 27, 2022

import scala.language.postfixOps

object OracleModuleSpec extends OracleRunnableSpec with ShopSchema {
Copy link
Contributor

Choose a reason for hiding this comment

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

The tested module seems to be called OracleSqlModule so the test would be OracleSqlModuleSpec.

Copy link
Contributor

Choose a reason for hiding this comment

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

It's merged so I will rename it within my change.

Copy link
Member

Choose a reason for hiding this comment

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

👍

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.

None yet

4 participants