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

Implemented UPDATE #99

Merged
merged 4 commits into from
Oct 2, 2019
Merged

Implemented UPDATE #99

merged 4 commits into from
Oct 2, 2019

Conversation

Hydrocharged
Copy link
Contributor

I think we should delete the old SQL methods that are in the sql.go file. I know at first you mentioned keeping them there for reference, but they're not being used at all at this point, and they're still in git history if we want to look at them again in the future for some reason. It's clutter at this point.

I'm skipping that one test at the end because of a WHERE decision in go-mysql-server. The code looks intentional, in that converting strings to ints will return 0 if the string is not parsable. I'll file it as a non-conforming bug on their end, but for now I'm skipping the test.

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

Nice work, just a few comments.

go/libraries/doltcore/sqle/tables.go Outdated Show resolved Hide resolved
go/libraries/doltcore/sqle/tables.go Outdated Show resolved Hide resolved
go/libraries/doltcore/sqle/tables.go Outdated Show resolved Hide resolved
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

In terms of deleting unused old SQL code, go for it. Anything with a valid tested path on the new engine can be deleted.

@Hydrocharged Hydrocharged merged commit d834a8e into master Oct 2, 2019
@Hydrocharged Hydrocharged deleted the daylon/updates branch October 2, 2019 00:03
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

2 participants