Commit Graph

549 Commits

Author SHA1 Message Date
Georg Semmler
6bb9d027c3
Bump minimal supported rust version to 1.70 to fix CI issues 2024-01-12 09:52:04 +01:00
kirk
d2054c2aa8 weiznich review feedback: Add documentation of attribute to Insertable field attributes. Add changelog entry. Remove default intialization of struct fields in example test. 2023-12-04 13:09:11 -06:00
Georg Semmler
ca0a8b2834
Add a spell checking step to the CI and fix all spelling errors 2023-10-06 08:27:58 +02:00
Georg Semmler
ac8eb2b803
Merge pull request #3789 from weiznich/update/toml_08
Bump the toml dependency to 0.8
2023-09-21 06:12:53 +00:00
retro
22054922a3 add changes to changelog 2023-09-18 19:03:35 +01:00
Georg Semmler
c8efeb1240
Bump the toml dependency to 0.8 2023-09-14 08:52:32 +02:00
Thomas BESSOU
21991df2e1 add changelog entries 2023-08-05 11:37:06 +02:00
hasezoey
4d01e78340
docs(CHANGELOG): add entry for "print-schema" sqlite rowid aliases 2023-07-07 12:12:21 +02:00
Georg Semmler
c5a9f7b7fc
Some minor fixup for the diesel_table_macro_syntax_crate 2023-05-26 10:27:19 +02:00
Georg Semmler
a0b082b27c
Prepare a 2.1 release 2023-05-26 07:45:59 +02:00
Omid Rad
b790154026 a bit of code style and typos 2023-05-15 15:03:19 +02:00
Omid Rad
c51f11f029 Multi-column distinct_on for Pg 2023-05-14 12:44:33 +02:00
Georg Semmler
5a639ca071
Merge branch 'master' into i/2489/mysql-on-conflict 2023-03-28 16:10:02 +00:00
Georg Semmler
c9e36def71
Bump libsqlite3-sys to allow 0.26 as well 2023-03-26 17:41:13 +02:00
Georg Semmler
ad51867dda
Remove unused imports and add a changelog entry 2023-03-13 15:51:06 +01:00
Georg Semmler
ad8f27acaa Fix #3541
This commit fixes a breaking change of an non-public quote API by
replacing the usage of this API with a stable API in syn
2023-03-13 10:09:34 +01:00
Georg Semmler
d1ebc0a495
Merge branch 'master' into generate_migrations 2023-02-03 11:07:04 +01:00
Georg Semmler
cde6cc06fe
Add a changelog entry 2023-02-03 11:06:13 +01:00
Neo
d5e7cb5af7 Prettify 2023-01-31 21:59:38 +04:00
Georg Semmler
58df7d537b
Minor test fixes 2023-01-02 09:55:49 +01:00
Georg Semmler
97990336b1
Add a #[derive(MultiConnection)] proc-macro
This proc macro implements `Connection` and related traits for an enum
of connections for different database backends. This allows to easily
support multiple database systems at the same time. I've chosen to
implement this feature as a derive, instead of providing just one
`AnyConnection` enum with all diesel connection types, to allow third
party connection implementations to be used there as well.
2022-11-09 16:06:12 +01:00
Georg Semmler
1453a39f01
Merge branch 'diesel_master_2.0.x' into diesel_unsafe_master_master 2022-10-11 13:48:59 +02:00
Georg Semmler
a02fcfbf57
Add a release date for 2.0.2 2022-10-11 13:43:51 +02:00
Georg Semmler
f2794d6b9a
Prepare 2.0.2 release 2022-10-11 12:47:33 +02:00
Georg Semmler
0622b7d02d
Merge remote-tracking branch 'upstream/2.0.x' into diesel_unsafe_master_master 2022-10-07 08:44:54 +02:00
Georg Semmler
c163482351
Insert the release date of 2.0.1 into the changelog 2022-10-07 08:36:10 +02:00
Georg Semmler
24246cef4e
Bump minimal supported rust version to 1.60 2022-10-06 11:00:01 +02:00
Georg Semmler
b1d030ca88
Prepare a 2.0.1 release fixing various issues 2022-10-02 18:14:29 +02:00
Sanchith Hegde
1f4ad3d013
Add changelog entry 2022-09-25 21:30:41 +05:30
Georg Semmler
107ea0f08f
Merge remote-tracking branch 'upstream/master' into prepare_2.0_release 2022-08-25 12:30:32 +02:00
Thomas Constantine Moore
cdb0b145d5 Notes 2022-08-12 14:54:45 -04:00
Georg Semmler
ed605a5408
Prepare the final changelog 2022-08-04 12:01:16 +02:00
Georg Semmler
e9a951f1dc
Merge pull request #3246 from coriolinus/feature/2/time-timestamptz
Add `Timestamptz` support for the `time` crate v0.3, to Diesel's 2.0 branch
2022-07-27 19:44:19 +00:00
Peter Goodspeed-Niklaus
2ee9add82e changelog 2022-07-25 17:01:52 +02:00
Georg Semmler
10c369e2d5
Update release date + add link to commit range 2022-07-22 09:14:37 +02:00
Georg Semmler
093dcbdc83
Update libsqlite3-sys 2022-07-19 13:15:34 +02:00
Georg Semmler
9960b6a4ae
Prepare 2.0.0-rc.1 release 2022-07-19 13:10:22 +02:00
Iban Eguia Moraza
85eb43234c
Added changelog entry 2022-07-18 19:40:20 +02:00
Georg Semmler
74996c839a
Bump MSRV to 1.56 2022-06-08 17:33:36 +02:00
Sean Klein
a4bfc82969 Update CHANGELOG 2022-06-02 09:29:14 -04:00
Georg Semmler
01099846aa
Add a release date for the 2.0.0-rc.0 release to the changelog 2022-04-22 15:50:23 +02:00
Justice4Joffrey
6d716a352c
Merge branch 'master' into oc-pg-updating-array 2022-04-22 09:41:24 +01:00
Georg Semmler
f70392fc86
Add a changelog entry 2022-04-21 15:45:41 +02:00
Otto Castle
b4bf4c8fc0 add changelog entry 2022-04-19 19:29:13 +01:00
Georg Semmler
abb75fc549
Apply suggestions from code review
Co-authored-by: Tom <beltowski.t@gmail.com>
2022-04-06 14:19:24 +00:00
Georg Semmler
0b054180bc
Cleanup the changelog
* We reorder the changelog a bit to highlight important possibly
breaking changes
* We add the missing 1.4.x releases (copied from the 1.4.x branch)
* We add a note about the minimal supported rust version
2022-04-05 22:10:11 +02:00
Erlend Langseth
37fc2d704c
Revert PR #2944 (FROM ONLY <table> clause) 2022-03-22 13:54:58 +01:00
Thomas Constantine Moore
382a39b553 typo 2022-03-06 12:38:40 -06:00
Thomas Constantine Moore
9ab77a16b3
Merge branch 'diesel-rs:master' into master 2022-02-27 17:24:49 -08:00
Justice4Joffrey
8ddb542d8f
Update CHANGELOG.md
Co-authored-by: Georg Semmler <github@weiznich.de>
2022-02-24 08:54:07 +00:00