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

Update to diesel 2 #5002

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Update to diesel 2 #5002

merged 1 commit into from
Mar 20, 2024

Conversation

zorancv
Copy link
Contributor

@zorancv zorancv commented Nov 20, 2023

No description provided.

@zorancv zorancv force-pushed the zoran/diesel2 branch 2 times, most recently from ab692ae to d62e09f Compare November 29, 2023 16:33
@zorancv zorancv force-pushed the zoran/diesel2 branch 2 times, most recently from 6f30b89 to ba97a85 Compare December 5, 2023 20:57
@zorancv zorancv force-pushed the zoran/diesel2 branch 21 times, most recently from e60e482 to f64fc30 Compare January 31, 2024 17:42
@zorancv zorancv self-assigned this Feb 1, 2024
@zorancv zorancv force-pushed the zoran/diesel2 branch 3 times, most recently from df12d93 to 126b579 Compare February 5, 2024 16:21
@zorancv zorancv force-pushed the zoran/diesel2 branch 6 times, most recently from bb600ca to 164fec8 Compare February 13, 2024 11:36
@zorancv zorancv force-pushed the zoran/diesel2 branch 7 times, most recently from de68d2c to d388ff4 Compare February 26, 2024 21:27
@zorancv zorancv force-pushed the zoran/diesel2 branch 5 times, most recently from a3bfbd0 to b644e10 Compare March 4, 2024 15:50
@zorancv zorancv force-pushed the zoran/diesel2 branch 2 times, most recently from 93bebf9 to c507904 Compare March 8, 2024 14:07
@fordN fordN linked an issue Mar 12, 2024 that may be closed by this pull request
14 tasks
@zorancv zorancv force-pushed the zoran/diesel2 branch 2 times, most recently from 79bf169 to 55dea81 Compare March 14, 2024 19:50
let conn = primary.get()?;
let conn = catalog::Connection::new(conn);
let pconn = primary.get()?;
let mut conn = catalog::Connection::new(pconn);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rebinding conn was deliberate here to signal that the first conn is not needed anymore.

@lutter lutter merged commit 9a8235d into master Mar 20, 2024
7 checks passed
@lutter lutter deleted the zoran/diesel2 branch March 20, 2024 19:49
@fariborz2
Copy link

Ok

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.

Migrate to Diesel 2.0.0
3 participants