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

Allow custom OID serialization #154

Merged
merged 34 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ab807ad
Update custom_types.rs
dullbananas Jun 8, 2024
c0f2921
Update custom_types.rs
dullbananas Jun 8, 2024
c52ebad
Update custom_types.rs
dullbananas Jun 8, 2024
56e95f6
Update custom_types.rs
dullbananas Jun 8, 2024
c8e37c1
attempt fix
dullbananas Jun 9, 2024
1abbdc5
Update mod.rs
dullbananas Jun 9, 2024
72036e4
Update mod.rs
dullbananas Jun 9, 2024
011615a
Update mod.rs
dullbananas Jun 9, 2024
c3f432e
Update mod.rs
dullbananas Jun 10, 2024
738be84
Update mod.rs
dullbananas Jun 10, 2024
849cc47
Update mod.rs
dullbananas Jun 10, 2024
7441228
Update custom_types.rs
dullbananas Jun 10, 2024
65bcd7a
Update custom_types.rs
dullbananas Jun 10, 2024
222587d
Update custom_types.rs
dullbananas Jun 10, 2024
d49bcc5
Update custom_types.rs
dullbananas Jun 10, 2024
d9338b6
Update mod.rs
dullbananas Jun 10, 2024
7e94189
Update mod.rs
dullbananas Jun 10, 2024
10bf975
Update mod.rs
dullbananas Jun 10, 2024
d0bb039
Update custom_types.rs
dullbananas Jun 10, 2024
0dd817c
Update custom_types.rs
dullbananas Jun 10, 2024
d513811
Update custom_types.rs
dullbananas Jun 10, 2024
a041650
Update mod.rs
dullbananas Jun 10, 2024
88fbdde
Update custom_types.rs
dullbananas Jun 10, 2024
26547b6
Update custom_types.rs
dullbananas Jun 10, 2024
12d4ee9
Update custom_types.rs
dullbananas Jun 10, 2024
e825cdf
Update mod.rs
dullbananas Jun 10, 2024
645ce7d
Update custom_types.rs
dullbananas Jun 10, 2024
086359d
Update mod.rs
dullbananas Jun 10, 2024
ab42065
Update mod.rs
dullbananas Jun 10, 2024
1d0372b
More optimizations
weiznich Jul 19, 2024
3d8b5a5
Merge remote-tracking branch 'origin/main' into patch-3
weiznich Jul 19, 2024
ff0ccf3
Some more cleanup
weiznich Jul 19, 2024
1ddc2df
Drive by clippy fixes
weiznich Jul 19, 2024
09dc1ad
Remove unwanted default feature
weiznich Jul 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ diesel_migrations = "2.2.0"
assert_matches = "1.0.1"

[features]
default = ["sync-connection-wrapper"]
default = []
mysql = [
"diesel/mysql_backend",
"mysql_async",
Expand Down
Loading
Loading