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

defect (WithTable): Fix WithVersion(...) to work with WithTable(...) #10

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

jimlambrt
Copy link
Collaborator

Fixes issue #9: WithTable(...) not working correctly for when used in
addition to WithVersion(...

Copy link

@louisruch louisruch left a comment

Choose a reason for hiding this comment

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

Two quick comments otherwise this looks good

rw.go Outdated Show resolved Hide resolved
wantArgs []interface{}
wantErr bool
}{
{

Choose a reason for hiding this comment

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

Might be nice to have a test that exercises the with-version-on-conflict without the WithTable to confirm the tableName = mDb.Statement.Schema.Table path is working.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

is that the next test?

Copy link

@louisruch louisruch left a comment

Choose a reason for hiding this comment

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

LGTM

Fixes issue #9: WithTable(...) not working correctly for when used in
addition to WithVersion(...
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.

2 participants