Undocumented PDO_SQLITE constants
Open
Nobody has claimed this yet.
bug
Extension: pdo
good first issue
- Dominant language
- XML
- Stars
- 596
- Forks
- 890
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 55
Description
The documentation doesn't mention any of these constants (obtained through reflection):
public const SQLITE_ATTR_OPEN_FLAGS = 1000;
public const SQLITE_OPEN_READONLY = 1;
public const SQLITE_OPEN_READWRITE = 2;
public const SQLITE_OPEN_CREATE = 4;
public const SQLITE_ATTR_READONLY_STATEMENT = 1001;
public const SQLITE_ATTR_EXTENDED_RESULT_CODES = 1002;
PDO::SQLITE_DETERMINISTIC is mentioned here but not on the main page.
Contributor guide
No contributing guide indexed for this repository
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 from the linked PDO_SQLITE documentation page and compare its listed constants with the constants shown in the issue. Update the relevant page to document the six missing constants and add PDO::SQLITE_DETERMINISTIC to the main page, then verify the resulting links and rendered documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, sqlite
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100