GenieFramework / GenieFramework/SearchLightPostgreSQL.jl
Last commit broke connect
Open
- Dominant language
- Julia
- Stars
- 9
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
`haskey(conn_data, "database") && push!(dns, string("dbname=", conn_data["database"])) `
was deleted, but is needed, as LibPQ expects an option `dbname` instead of `database`
same with `username` / `user`
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the connection setup that builds the LibPQ options from conn_data and compare the current database and username handling with the issue description. Verify that the resulting options use LibPQ's expected dbname and user names, then confirm a connection succeeds with both settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, postgresql
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100