-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour
Description
I've been working on an application where we've started adding JSON fields to our database, and I've seen a developer writing this:
$tagList = $row->getString("tags") ? json_decode($row->getString("tags")) : [];An obvious code smell that would be greatly improved by some json functionality in the database layer.
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour