-
Notifications
You must be signed in to change notification settings - Fork 2
Duplicate Keys #10
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Title. Currently, if a duplicate key exists within a section, the database will contain both but only the first will ever be fetched in a query. This is not desired behavior, and a failure would be preferred. Could likely implement something similar to
ini_has_sectionbut for keys within a section rather than sections within a database.