yesodweb / yesodweb/persistent
Deprecate `connLImitOffset` and accept `connNoLimit` instead
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 486
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
This is a minor change.
To support #1325 , we should first deprecate the term and introduce the new term that we'll use to actually build the relevant SQL queries.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #1325 and locating where the connLImitOffset and connNoLimit terms enter the persistence API and SQL-query construction. Confirm the intended deprecation behavior and the affected storage backends before changing anything; done means the old term is deprecated, the new term is accepted, and relevant SQL queries use the new option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100