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

Try to improve the first user experience with our examples #4238

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

weiznich
Copy link
Member

@weiznich weiznich commented Sep 6, 2024

  • Fix a minor issue in one of the sqlite migrations
  • Always use bundled libs by default there, as that should "just work" on most platforms
  • Minor fix to the crate level documentation to point to the bundled features for pq-sys and mysqlclient-sys as well

//! pq-sys = { version = "0.6", features = ["bundled"] }
//! openssl-sys = { version = "0.9.100", features = ["vendored"] }
//! ```
//! - `mysql`: This feature enables the idesel mysql backend. This feature implies `mysql_backend`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Misprint

Suggested change
//! - `mysql`: This feature enables the idesel mysql backend. This feature implies `mysql_backend`.
//! - `mysql`: This feature enables the diesel mysql backend. This feature implies `mysql_backend`.

@weiznich weiznich force-pushed the doc/fixes branch 3 times, most recently from b645264 to e91a02b Compare September 6, 2024 11:57
* Fix a minor issue in one of the sqlite migrations
* Always use bundled libs by default there, as that should "just work"
on most platforms
* Minor fix to the crate level documentation to point to the bundled
features for pq-sys and mysqlclient-sys as well
@weiznich weiznich force-pushed the doc/fixes branch 19 times, most recently from ef85946 to 6740225 Compare October 22, 2024 13:55
@weiznich weiznich force-pushed the doc/fixes branch 2 times, most recently from f616fd2 to 795b5e0 Compare October 23, 2024 13:31
@weiznich weiznich force-pushed the doc/fixes branch 3 times, most recently from eb2bd5e to 4d5c6fd Compare October 24, 2024 06:09
@weiznich weiznich enabled auto-merge October 24, 2024 07:18
@weiznich weiznich added this pull request to the merge queue Oct 24, 2024
Merged via the queue into diesel-rs:master with commit 47e8850 Oct 24, 2024
48 checks passed
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