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

Remove transaction TableName method #3440

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Conversation

dnephin
Copy link
Contributor

@dnephin dnephin commented Oct 13, 2022

This PR removes the TableName method from ReadTxn and WriteTxn. We've removed sqlite support, so we don't need this method anymore. Also cleans up all the uses of the method.

Also moves ReadTxn and WriteTxn to query.go, so that query.go is a convenient entrypoint for learning how the data package works.

And remove the TableName method.
@dnephin dnephin merged commit 52ffc03 into main Oct 14, 2022
@dnephin dnephin deleted the dnephin/data-txn-table-name branch October 14, 2022 15:39
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