Invalid: Using a "-" to describe a gcm name and using that description as a table
Open
- Dominant language
- R
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Problem: The gcm names in climR have "-" which is a special character. On line 158 climateCastor attempts to name a SQLite table using this special character which is invalid.
Solution: Naming of the tables in castor should be special character safe
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at line 158 in climateCastor, where a gcm name is used to create a SQLite table, and reproduce the failure with a name containing a hyphen. Done means gcm names containing special characters no longer produce an invalid table name; add or update a regression test if the project has coverage for this path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100