Closed
Description
When performing a select
query which returns string values, those strings are returned in the form of symbols. What is worse is that these symbols are interned, which can easily cause performance problems in Emacs since the obarray will be filled up.
A better solution would be to return plain strings instead of symbols.
Metadata
Metadata
Assignees
Labels
No labels