sea-query
sea-query copied to clipboard
Remove deprecated methods
Summary
We have some deprecated functions:
- [ ] https://github.com/SeaQL/sea-query/blob/master/src/shim.rs#L72 since = "0.12.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master/src/shim.rs#L98 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master/src/shim.rs#L126 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master/src/query/condition.rs#L410 since = "0.12.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/ordered.rs#L103 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/ordered.rs#L154 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/update.rs#L89 since = "0.5.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L461 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L536 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L590 since = "0.6.1"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L894 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L965 since = "0.6.1"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L977 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L1271 since = "0.6.1"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L1544 since = "0.9.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master//src/query/select.rs#L1702 since = "0.12.0"
- [ ] https://github.com/SeaQL/sea-query/blob/master/src/foreign_key/create.rs#L119 since = "0.10.2"
- [ ] https://github.com/SeaQL/sea-query/blob/master/src/foreign_key/create.rs#L104 since = "0.10.2
Releases:
- 0.5.0 Date: Feb 09, 2021
- 0.6.1 Date: Mar 05, 2021
- 0.9.0 Date: Mar 29, 2021
- 0.10.2 Date: Apr 27, 2021
- 0.12.0 Date: May 31, 2021
Perhaps we should remove them?
@billy1624 @tyt2y3 what do you think?
Agree to remove. They all seem old enough now :)