Case sensitivity for the insert method
Open
- Dominant language
- Python
- Stars
- 25
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The insert method became case sensitive (takes only "Description", "Diameter",.. as valid column names) while the update and delete methods remain unaffected ("description" and "diameter" also valid).
Would it be possible to revert back to case insensitivity so that the insert method is compatible with column names fetched using SQLite querying?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.