Seeding binary data
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- PHP
- Stars
- 4.5k
- Forks
- 884
- PR merge metrics
- No merged PRs in 30d
Description
I cannot seed binary data as I have no option to allow me to set PDO::PARAM_LOB anywhere, and as far as I can see, it is not set in the code anywhere.
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 locating the seeding code and tracing how PDO parameters are assigned, focusing on the missing PDO::PARAM_LOB option. Confirm the expected behavior for binary seed data and add coverage showing that it can be bound as a large object.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100