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

Add Initial SQL Server support #10624

Merged
merged 29 commits into from
Jul 30, 2024
Merged

Add Initial SQL Server support #10624

merged 29 commits into from
Jul 30, 2024

Conversation

AdRiley
Copy link
Member

@AdRiley AdRiley commented Jul 22, 2024

Pull Request Description

Adds initial SQL Server read support

image

There is still a lot to do on the dialect, but would prefer to move forwards with MRs that are less than 2000 lines of code. (Apologies that it is so big, I don't think it could have been much smaller.)

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.

@AdRiley AdRiley added the CI: Clean build required CI runners will be cleaned before and after this PR is built. label Jul 22, 2024
@AdRiley AdRiley changed the title Squash all commits to resolve merge conflicts Add Initial SQL Server support Jul 23, 2024
@AdRiley AdRiley force-pushed the wip/adr/add-sql-server-copy branch from 191983f to 7288d31 Compare July 23, 2024 13:47
@AdRiley AdRiley marked this pull request as ready for review July 23, 2024 13:48
Copy link
Member

@Akirathan Akirathan left a comment

Choose a reason for hiding this comment

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

Java/Scala changes are fine.

build.sbt Show resolved Hide resolved
@AdRiley AdRiley force-pushed the wip/adr/add-sql-server-copy branch from a36d091 to d5491c1 Compare July 29, 2024 15:37
build/build/src/enso.rs Outdated Show resolved Hide resolved
build/build/src/enso.rs Outdated Show resolved Hide resolved
Copy link
Member

@radeusgd radeusgd left a comment

Choose a reason for hiding this comment

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

Looks good, just a few small nits

}

/// Retrieve input from asynchronous reader line by line and feed them into the given function.
pub async fn process_lines<R: AsyncRead + Unpin>(reader: R, f: impl Fn(String)) -> Result<R> {
Copy link
Contributor

Choose a reason for hiding this comment

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

This function looks to be unused.

@AdRiley AdRiley merged commit 0c55248 into develop Jul 30, 2024
41 checks passed
@AdRiley AdRiley deleted the wip/adr/add-sql-server-copy branch July 30, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Clean build required CI runners will be cleaned before and after this PR is built.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants